ARTS
2.4.0(git:4fb77825)
|
#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::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::duplicate(), InteractiveWorkspace::erase_variable(), Workspace::pop(), Workspace::pop_free(), Workspace::push(), Workspace::push_uninitialized(), Workspace::Workspace(), and Workspace::~Workspace().