GCSIM
Public Attributes | List of all members
thread_local_stack_entry Struct Reference

element of the thread_local_stack. More...

#include <thread-local-stack-entry.hpp>

Public Attributes

headerref_to
 pointer to the header of the block containing the data of the variable on the heap.
 
size_t scope
 id of the scope in which variable was initialized (simulation purposes).
 
std::string variable_name
 name of the variable (unique).
 

Detailed Description

element of the thread_local_stack.

Member Data Documentation

◆ ref_to

header* thread_local_stack_entry::ref_to

pointer to the header of the block containing the data of the variable on the heap.

◆ scope

size_t thread_local_stack_entry::scope

id of the scope in which variable was initialized (simulation purposes).

◆ variable_name

std::string thread_local_stack_entry::variable_name

name of the variable (unique).


The documentation for this struct was generated from the following file: