|
GCSIM
|
element of the thread_local_stack. More...
#include <thread-local-stack-entry.hpp>
Public Attributes | |
| header * | ref_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). | |
element of the thread_local_stack.
| header* thread_local_stack_entry::ref_to |
pointer to the header of the block containing the data of the variable on the heap.
| size_t thread_local_stack_entry::scope |
id of the scope in which variable was initialized (simulation purposes).
| std::string thread_local_stack_entry::variable_name |
name of the variable (unique).