ARTS
2.3.1285(git:92a29ea9-dirty)
|
#include <workspace_ng.h>
Public Attributes | |
void * | wsv |
bool | initialized |
bool | auto_allocated |
Definition at line 42 of file workspace_ng.h.
bool Workspace::WsvStruct::auto_allocated |
Definition at line 45 of file workspace_ng.h.
Referenced by Workspace::del(), Workspace::duplicate(), InteractiveWorkspace::erase_variable(), Workspace::push(), Workspace::push_uninitialized(), Workspace::Workspace(), and Workspace::~Workspace().
bool Workspace::WsvStruct::initialized |
Definition at line 44 of file workspace_ng.h.
Referenced by Workspace::del(), Workspace::duplicate(), Workspace::is_initialized(), Workspace::push(), Workspace::push_uninitialized(), and Workspace::Workspace().
void* Workspace::WsvStruct::wsv |
Definition at line 43 of file workspace_ng.h.
Referenced by Workspace::del(), Workspace::depth(), Workspace::duplicate(), InteractiveWorkspace::erase_variable(), Workspace::pop(), Workspace::pop_free(), Workspace::push(), Workspace::push_uninitialized(), Workspace::Workspace(), and Workspace::~Workspace().