ARTS
2.3.1285(git:92a29ea9-dirty)
|
Handling of workspace memory. More...
#include <workspace_memory_handler.h>
Public Member Functions | |
WorkspaceMemoryHandler () | |
void * | allocate (Index group_index) |
Allocate workspace WSV of given group. More... | |
void | deallocate (Index group_index, void *ptr) |
Getaway function to call the deallocation function for the WSV group with the given Index. More... | |
void * | duplicate (Index group_index, void *ptr) |
Duplicate workspace variable of given group. More... | |
void | initialize () |
Initialization dispatch functions. More... | |
WorkspaceMemoryHandler () | |
Default constructor. More... | |
void * | allocate (Index wsvg) |
Getaway function to call the allocation function for the WSV group with the given Index. More... | |
void | deallocate (Index wsvg, void *vp) |
Getaway function to call the deallocation function for the WSV group with the given Index. More... | |
void * | duplicate (Index wsvg, void *vp) |
Getaway function to call the duplication function for the WSV group with the given Index. More... | |
Private Attributes | |
std::vector< void *(*)()> | allocation_ptrs_ |
std::vector< void(*)(void *)> | deallocation_ptrs_ |
std::vector< void *(*)(void *)> | duplication_ptrs_ |
void *(* | allocfp [88])() |
void(* | deallocfp [88])(void *) |
void *(* | duplicatefp [88])(void *) |
Handling of workspace memory.
The WorkspaceMemoryHandler class is the interface between the workspace and the implementations of the WS group classes. It dispatches calls to create, destroy and duplicate workspace variables to the corresponding classes.
Definition at line 36 of file workspace_memory_handler.h.
|
inline |
Definition at line 38 of file workspace_memory_handler.h.
|
inline |
Default constructor.
Initialize allocation and deallocation function pointer lists.
Definition at line 845 of file auto_workspace.h.
References allocate_wsvg_AbsorptionLines(), allocate_wsvg_Agenda(), allocate_wsvg_Any(), allocate_wsvg_ArrayOfAbsorptionLines(), allocate_wsvg_ArrayOfAgenda(), allocate_wsvg_ArrayOfArrayOfAbsorptionLines(), allocate_wsvg_ArrayOfArrayOfGriddedField1(), allocate_wsvg_ArrayOfArrayOfGriddedField2(), allocate_wsvg_ArrayOfArrayOfGriddedField3(), allocate_wsvg_ArrayOfArrayOfIndex(), allocate_wsvg_ArrayOfArrayOfMatrix(), allocate_wsvg_ArrayOfArrayOfPropagationMatrix(), allocate_wsvg_ArrayOfArrayOfRadiationVector(), allocate_wsvg_ArrayOfArrayOfScatteringMetaData(), allocate_wsvg_ArrayOfArrayOfSingleScatteringData(), allocate_wsvg_ArrayOfArrayOfSpeciesTag(), allocate_wsvg_ArrayOfArrayOfStokesVector(), allocate_wsvg_ArrayOfArrayOfString(), allocate_wsvg_ArrayOfArrayOfTensor3(), allocate_wsvg_ArrayOfArrayOfTensor6(), allocate_wsvg_ArrayOfArrayOfTime(), allocate_wsvg_ArrayOfArrayOfTransmissionMatrix(), allocate_wsvg_ArrayOfArrayOfVector(), allocate_wsvg_ArrayOfCIARecord(), allocate_wsvg_ArrayOfGriddedField1(), allocate_wsvg_ArrayOfGriddedField2(), allocate_wsvg_ArrayOfGriddedField3(), allocate_wsvg_ArrayOfGriddedField4(), allocate_wsvg_ArrayOfIndex(), allocate_wsvg_ArrayOfMatrix(), allocate_wsvg_ArrayOfPpath(), allocate_wsvg_ArrayOfPropagationMatrix(), allocate_wsvg_ArrayOfQuantumIdentifier(), allocate_wsvg_ArrayOfRadiationVector(), allocate_wsvg_ArrayOfRetrievalQuantity(), allocate_wsvg_ArrayOfScatteringMetaData(), allocate_wsvg_ArrayOfSingleScatteringData(), allocate_wsvg_ArrayOfSparse(), allocate_wsvg_ArrayOfStokesVector(), allocate_wsvg_ArrayOfString(), allocate_wsvg_ArrayOfTelsemAtlas(), allocate_wsvg_ArrayOfTensor3(), allocate_wsvg_ArrayOfTensor4(), allocate_wsvg_ArrayOfTensor5(), allocate_wsvg_ArrayOfTensor6(), allocate_wsvg_ArrayOfTensor7(), allocate_wsvg_ArrayOfTime(), allocate_wsvg_ArrayOfTransmissionMatrix(), allocate_wsvg_ArrayOfVector(), allocate_wsvg_ArrayOfXsecRecord(), allocate_wsvg_CIARecord(), allocate_wsvg_CovarianceMatrix(), allocate_wsvg_EnergyLevelMap(), allocate_wsvg_GasAbsLookup(), allocate_wsvg_GriddedField1(), allocate_wsvg_GriddedField2(), allocate_wsvg_GriddedField3(), allocate_wsvg_GriddedField4(), allocate_wsvg_GriddedField5(), allocate_wsvg_GriddedField6(), allocate_wsvg_GridPos(), allocate_wsvg_Index(), allocate_wsvg_Matrix(), allocate_wsvg_MCAntenna(), allocate_wsvg_Numeric(), allocate_wsvg_Ppath(), allocate_wsvg_PropagationMatrix(), allocate_wsvg_QuantumIdentifier(), allocate_wsvg_RadiationVector(), allocate_wsvg_Rational(), allocate_wsvg_ScatteringMetaData(), allocate_wsvg_SingleScatteringData(), allocate_wsvg_Sparse(), allocate_wsvg_SpeciesAuxData(), allocate_wsvg_StokesVector(), allocate_wsvg_String(), allocate_wsvg_TelsemAtlas(), allocate_wsvg_Tensor3(), allocate_wsvg_Tensor4(), allocate_wsvg_Tensor5(), allocate_wsvg_Tensor6(), allocate_wsvg_Tensor7(), allocate_wsvg_TessemNN(), allocate_wsvg_Time(), allocate_wsvg_Timer(), allocate_wsvg_TransmissionMatrix(), allocate_wsvg_Vector(), allocate_wsvg_Verbosity(), allocfp, deallocate_wsvg_AbsorptionLines(), deallocate_wsvg_Agenda(), deallocate_wsvg_Any(), deallocate_wsvg_ArrayOfAbsorptionLines(), deallocate_wsvg_ArrayOfAgenda(), deallocate_wsvg_ArrayOfArrayOfAbsorptionLines(), deallocate_wsvg_ArrayOfArrayOfGriddedField1(), deallocate_wsvg_ArrayOfArrayOfGriddedField2(), deallocate_wsvg_ArrayOfArrayOfGriddedField3(), deallocate_wsvg_ArrayOfArrayOfIndex(), deallocate_wsvg_ArrayOfArrayOfMatrix(), deallocate_wsvg_ArrayOfArrayOfPropagationMatrix(), deallocate_wsvg_ArrayOfArrayOfRadiationVector(), deallocate_wsvg_ArrayOfArrayOfScatteringMetaData(), deallocate_wsvg_ArrayOfArrayOfSingleScatteringData(), deallocate_wsvg_ArrayOfArrayOfSpeciesTag(), deallocate_wsvg_ArrayOfArrayOfStokesVector(), deallocate_wsvg_ArrayOfArrayOfString(), deallocate_wsvg_ArrayOfArrayOfTensor3(), deallocate_wsvg_ArrayOfArrayOfTensor6(), deallocate_wsvg_ArrayOfArrayOfTime(), deallocate_wsvg_ArrayOfArrayOfTransmissionMatrix(), deallocate_wsvg_ArrayOfArrayOfVector(), deallocate_wsvg_ArrayOfCIARecord(), deallocate_wsvg_ArrayOfGriddedField1(), deallocate_wsvg_ArrayOfGriddedField2(), deallocate_wsvg_ArrayOfGriddedField3(), deallocate_wsvg_ArrayOfGriddedField4(), deallocate_wsvg_ArrayOfIndex(), deallocate_wsvg_ArrayOfMatrix(), deallocate_wsvg_ArrayOfPpath(), deallocate_wsvg_ArrayOfPropagationMatrix(), deallocate_wsvg_ArrayOfQuantumIdentifier(), deallocate_wsvg_ArrayOfRadiationVector(), deallocate_wsvg_ArrayOfRetrievalQuantity(), deallocate_wsvg_ArrayOfScatteringMetaData(), deallocate_wsvg_ArrayOfSingleScatteringData(), deallocate_wsvg_ArrayOfSparse(), deallocate_wsvg_ArrayOfStokesVector(), deallocate_wsvg_ArrayOfString(), deallocate_wsvg_ArrayOfTelsemAtlas(), deallocate_wsvg_ArrayOfTensor3(), deallocate_wsvg_ArrayOfTensor4(), deallocate_wsvg_ArrayOfTensor5(), deallocate_wsvg_ArrayOfTensor6(), deallocate_wsvg_ArrayOfTensor7(), deallocate_wsvg_ArrayOfTime(), deallocate_wsvg_ArrayOfTransmissionMatrix(), deallocate_wsvg_ArrayOfVector(), deallocate_wsvg_ArrayOfXsecRecord(), deallocate_wsvg_CIARecord(), deallocate_wsvg_CovarianceMatrix(), deallocate_wsvg_EnergyLevelMap(), deallocate_wsvg_GasAbsLookup(), deallocate_wsvg_GriddedField1(), deallocate_wsvg_GriddedField2(), deallocate_wsvg_GriddedField3(), deallocate_wsvg_GriddedField4(), deallocate_wsvg_GriddedField5(), deallocate_wsvg_GriddedField6(), deallocate_wsvg_GridPos(), deallocate_wsvg_Index(), deallocate_wsvg_Matrix(), deallocate_wsvg_MCAntenna(), deallocate_wsvg_Numeric(), deallocate_wsvg_Ppath(), deallocate_wsvg_PropagationMatrix(), deallocate_wsvg_QuantumIdentifier(), deallocate_wsvg_RadiationVector(), deallocate_wsvg_Rational(), deallocate_wsvg_ScatteringMetaData(), deallocate_wsvg_SingleScatteringData(), deallocate_wsvg_Sparse(), deallocate_wsvg_SpeciesAuxData(), deallocate_wsvg_StokesVector(), deallocate_wsvg_String(), deallocate_wsvg_TelsemAtlas(), deallocate_wsvg_Tensor3(), deallocate_wsvg_Tensor4(), deallocate_wsvg_Tensor5(), deallocate_wsvg_Tensor6(), deallocate_wsvg_Tensor7(), deallocate_wsvg_TessemNN(), deallocate_wsvg_Time(), deallocate_wsvg_Timer(), deallocate_wsvg_TransmissionMatrix(), deallocate_wsvg_Vector(), deallocate_wsvg_Verbosity(), deallocfp, duplicate_wsvg_AbsorptionLines(), duplicate_wsvg_Agenda(), duplicate_wsvg_Any(), duplicate_wsvg_ArrayOfAbsorptionLines(), duplicate_wsvg_ArrayOfAgenda(), duplicate_wsvg_ArrayOfArrayOfAbsorptionLines(), duplicate_wsvg_ArrayOfArrayOfGriddedField1(), duplicate_wsvg_ArrayOfArrayOfGriddedField2(), duplicate_wsvg_ArrayOfArrayOfGriddedField3(), duplicate_wsvg_ArrayOfArrayOfIndex(), duplicate_wsvg_ArrayOfArrayOfMatrix(), duplicate_wsvg_ArrayOfArrayOfPropagationMatrix(), duplicate_wsvg_ArrayOfArrayOfRadiationVector(), duplicate_wsvg_ArrayOfArrayOfScatteringMetaData(), duplicate_wsvg_ArrayOfArrayOfSingleScatteringData(), duplicate_wsvg_ArrayOfArrayOfSpeciesTag(), duplicate_wsvg_ArrayOfArrayOfStokesVector(), duplicate_wsvg_ArrayOfArrayOfString(), duplicate_wsvg_ArrayOfArrayOfTensor3(), duplicate_wsvg_ArrayOfArrayOfTensor6(), duplicate_wsvg_ArrayOfArrayOfTime(), duplicate_wsvg_ArrayOfArrayOfTransmissionMatrix(), duplicate_wsvg_ArrayOfArrayOfVector(), duplicate_wsvg_ArrayOfCIARecord(), duplicate_wsvg_ArrayOfGriddedField1(), duplicate_wsvg_ArrayOfGriddedField2(), duplicate_wsvg_ArrayOfGriddedField3(), duplicate_wsvg_ArrayOfGriddedField4(), duplicate_wsvg_ArrayOfIndex(), duplicate_wsvg_ArrayOfMatrix(), duplicate_wsvg_ArrayOfPpath(), duplicate_wsvg_ArrayOfPropagationMatrix(), duplicate_wsvg_ArrayOfQuantumIdentifier(), duplicate_wsvg_ArrayOfRadiationVector(), duplicate_wsvg_ArrayOfRetrievalQuantity(), duplicate_wsvg_ArrayOfScatteringMetaData(), duplicate_wsvg_ArrayOfSingleScatteringData(), duplicate_wsvg_ArrayOfSparse(), duplicate_wsvg_ArrayOfStokesVector(), duplicate_wsvg_ArrayOfString(), duplicate_wsvg_ArrayOfTelsemAtlas(), duplicate_wsvg_ArrayOfTensor3(), duplicate_wsvg_ArrayOfTensor4(), duplicate_wsvg_ArrayOfTensor5(), duplicate_wsvg_ArrayOfTensor6(), duplicate_wsvg_ArrayOfTensor7(), duplicate_wsvg_ArrayOfTime(), duplicate_wsvg_ArrayOfTransmissionMatrix(), duplicate_wsvg_ArrayOfVector(), duplicate_wsvg_ArrayOfXsecRecord(), duplicate_wsvg_CIARecord(), duplicate_wsvg_CovarianceMatrix(), duplicate_wsvg_EnergyLevelMap(), duplicate_wsvg_GasAbsLookup(), duplicate_wsvg_GriddedField1(), duplicate_wsvg_GriddedField2(), duplicate_wsvg_GriddedField3(), duplicate_wsvg_GriddedField4(), duplicate_wsvg_GriddedField5(), duplicate_wsvg_GriddedField6(), duplicate_wsvg_GridPos(), duplicate_wsvg_Index(), duplicate_wsvg_Matrix(), duplicate_wsvg_MCAntenna(), duplicate_wsvg_Numeric(), duplicate_wsvg_Ppath(), duplicate_wsvg_PropagationMatrix(), duplicate_wsvg_QuantumIdentifier(), duplicate_wsvg_RadiationVector(), duplicate_wsvg_Rational(), duplicate_wsvg_ScatteringMetaData(), duplicate_wsvg_SingleScatteringData(), duplicate_wsvg_Sparse(), duplicate_wsvg_SpeciesAuxData(), duplicate_wsvg_StokesVector(), duplicate_wsvg_String(), duplicate_wsvg_TelsemAtlas(), duplicate_wsvg_Tensor3(), duplicate_wsvg_Tensor4(), duplicate_wsvg_Tensor5(), duplicate_wsvg_Tensor6(), duplicate_wsvg_Tensor7(), duplicate_wsvg_TessemNN(), duplicate_wsvg_Time(), duplicate_wsvg_Timer(), duplicate_wsvg_TransmissionMatrix(), duplicate_wsvg_Vector(), duplicate_wsvg_Verbosity(), and duplicatefp.
|
inline |
Allocate workspace WSV of given group.
group_index | Index of the group to allocate. |
Definition at line 44 of file workspace_memory_handler.h.
References allocation_ptrs_.
Referenced by InteractiveWorkspace::add_variable(), and Workspace::operator[]().
|
inline |
Getaway function to call the allocation function for the WSV group with the given Index.
Definition at line 1116 of file auto_workspace.h.
References allocfp.
|
inlinestaticprivate |
Definition at line 49 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 58 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 67 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 76 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 94 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 85 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 103 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 112 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 121 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 130 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 139 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 157 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 166 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 175 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 184 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 193 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 202 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 211 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 220 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 229 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 238 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 247 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 256 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 265 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 274 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 283 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 292 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 301 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 310 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 319 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 148 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 328 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 337 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 346 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 355 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 364 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 373 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 382 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 391 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 400 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 409 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 418 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 427 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 436 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 445 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 454 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 463 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 472 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 481 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 490 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 499 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 508 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 517 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 526 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 544 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 553 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 562 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 571 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 580 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 589 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 535 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 598 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 616 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 607 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 625 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 634 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 643 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 652 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 661 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 670 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 679 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 688 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 697 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 706 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 715 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 724 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 733 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 742 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 751 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 760 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 769 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 778 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 805 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 796 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 787 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 814 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 823 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 832 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inline |
Getaway function to call the deallocation function for the WSV group with the given Index.
Deallocate workspace variabe of given group.
group_index | Index of the group to deallocate. |
ptr | Pointer to the WSV. |
Definition at line 53 of file workspace_memory_handler.h.
References deallocation_ptrs_.
Referenced by Workspace::del(), InteractiveWorkspace::erase_variable(), Workspace::pop_free(), and Workspace::~Workspace().
|
inline |
Getaway function to call the deallocation function for the WSV group with the given Index.
Definition at line 1124 of file auto_workspace.h.
References deallocfp.
|
inlinestaticprivate |
Definition at line 52 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 61 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 70 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 79 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 97 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 88 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 106 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 115 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 124 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 133 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 142 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 160 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 169 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 178 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 187 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 196 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 205 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 214 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 223 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 232 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 241 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 250 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 259 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 268 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 277 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 286 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 295 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 304 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 313 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 322 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 151 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 331 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 340 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 349 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 358 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 367 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 376 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 385 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 394 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 403 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 412 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 421 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 430 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 439 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 448 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 457 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 466 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 475 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 484 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 493 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 502 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 511 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 520 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 529 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 547 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 556 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 565 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 574 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 583 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 592 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 538 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 601 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 619 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 610 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 628 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 637 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 646 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 655 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 664 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 673 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 682 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 691 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 700 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 709 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 718 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 727 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 736 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 745 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 754 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 763 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 772 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 781 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 808 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 799 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 790 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 817 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 826 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 835 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inline |
Duplicate workspace variable of given group.
group_index | The index of the group of the WSV. |
Pointer | to the WSV. WSV group with the given Index. |
Definition at line 62 of file workspace_memory_handler.h.
References duplication_ptrs_, and initialize().
Referenced by Workspace::duplicate().
|
inline |
Getaway function to call the duplication function for the WSV group with the given Index.
Definition at line 1132 of file auto_workspace.h.
References duplicatefp.
|
inlinestaticprivate |
Definition at line 55 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 64 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 73 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 82 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 100 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 91 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 109 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 118 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 127 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 136 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 145 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 163 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 172 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 181 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 190 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 199 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 208 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 217 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 226 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 235 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 244 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 253 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 262 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 271 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 280 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 289 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 298 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 307 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 316 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 325 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 154 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 334 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 343 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 352 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 361 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 370 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 379 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 388 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 397 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 406 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 415 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 424 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 433 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 442 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 451 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 460 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 469 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 478 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 487 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 496 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 505 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 514 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 523 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 532 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 550 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 559 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 568 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 577 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 586 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 595 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 541 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 604 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 622 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 613 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 631 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 640 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 649 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 658 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 667 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 676 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 685 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 694 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 703 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 712 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 721 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 730 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 739 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 748 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 757 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 766 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 775 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 784 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 811 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 802 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 793 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 820 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 829 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
|
inlinestaticprivate |
Definition at line 838 of file auto_workspace.h.
Referenced by initialize(), and WorkspaceMemoryHandler().
void WorkspaceMemoryHandler::initialize | ( | ) |
Initialization dispatch functions.
Definition at line 838 of file workspace_memory_handler.cc.
References allocate_wsvg_AbsorptionLines(), allocate_wsvg_Agenda(), allocate_wsvg_Any(), allocate_wsvg_ArrayOfAbsorptionLines(), allocate_wsvg_ArrayOfAgenda(), allocate_wsvg_ArrayOfArrayOfAbsorptionLines(), allocate_wsvg_ArrayOfArrayOfGriddedField1(), allocate_wsvg_ArrayOfArrayOfGriddedField2(), allocate_wsvg_ArrayOfArrayOfGriddedField3(), allocate_wsvg_ArrayOfArrayOfIndex(), allocate_wsvg_ArrayOfArrayOfMatrix(), allocate_wsvg_ArrayOfArrayOfPropagationMatrix(), allocate_wsvg_ArrayOfArrayOfRadiationVector(), allocate_wsvg_ArrayOfArrayOfScatteringMetaData(), allocate_wsvg_ArrayOfArrayOfSingleScatteringData(), allocate_wsvg_ArrayOfArrayOfSpeciesTag(), allocate_wsvg_ArrayOfArrayOfStokesVector(), allocate_wsvg_ArrayOfArrayOfString(), allocate_wsvg_ArrayOfArrayOfTensor3(), allocate_wsvg_ArrayOfArrayOfTensor6(), allocate_wsvg_ArrayOfArrayOfTime(), allocate_wsvg_ArrayOfArrayOfTransmissionMatrix(), allocate_wsvg_ArrayOfArrayOfVector(), allocate_wsvg_ArrayOfCIARecord(), allocate_wsvg_ArrayOfGriddedField1(), allocate_wsvg_ArrayOfGriddedField2(), allocate_wsvg_ArrayOfGriddedField3(), allocate_wsvg_ArrayOfGriddedField4(), allocate_wsvg_ArrayOfIndex(), allocate_wsvg_ArrayOfMatrix(), allocate_wsvg_ArrayOfPpath(), allocate_wsvg_ArrayOfPropagationMatrix(), allocate_wsvg_ArrayOfQuantumIdentifier(), allocate_wsvg_ArrayOfRadiationVector(), allocate_wsvg_ArrayOfRetrievalQuantity(), allocate_wsvg_ArrayOfScatteringMetaData(), allocate_wsvg_ArrayOfSingleScatteringData(), allocate_wsvg_ArrayOfSparse(), allocate_wsvg_ArrayOfStokesVector(), allocate_wsvg_ArrayOfString(), allocate_wsvg_ArrayOfTelsemAtlas(), allocate_wsvg_ArrayOfTensor3(), allocate_wsvg_ArrayOfTensor4(), allocate_wsvg_ArrayOfTensor5(), allocate_wsvg_ArrayOfTensor6(), allocate_wsvg_ArrayOfTensor7(), allocate_wsvg_ArrayOfTime(), allocate_wsvg_ArrayOfTransmissionMatrix(), allocate_wsvg_ArrayOfVector(), allocate_wsvg_ArrayOfXsecRecord(), allocate_wsvg_CIARecord(), allocate_wsvg_CovarianceMatrix(), allocate_wsvg_EnergyLevelMap(), allocate_wsvg_GasAbsLookup(), allocate_wsvg_GriddedField1(), allocate_wsvg_GriddedField2(), allocate_wsvg_GriddedField3(), allocate_wsvg_GriddedField4(), allocate_wsvg_GriddedField5(), allocate_wsvg_GriddedField6(), allocate_wsvg_GridPos(), allocate_wsvg_HitranRelaxationMatrixData(), allocate_wsvg_Index(), allocate_wsvg_Matrix(), allocate_wsvg_MCAntenna(), allocate_wsvg_Numeric(), allocate_wsvg_Ppath(), allocate_wsvg_PropagationMatrix(), allocate_wsvg_QuantumIdentifier(), allocate_wsvg_RadiationVector(), allocate_wsvg_Rational(), allocate_wsvg_ScatteringMetaData(), allocate_wsvg_SingleScatteringData(), allocate_wsvg_Sparse(), allocate_wsvg_SpeciesAuxData(), allocate_wsvg_StokesVector(), allocate_wsvg_String(), allocate_wsvg_TelsemAtlas(), allocate_wsvg_Tensor3(), allocate_wsvg_Tensor4(), allocate_wsvg_Tensor5(), allocate_wsvg_Tensor6(), allocate_wsvg_Tensor7(), allocate_wsvg_TessemNN(), allocate_wsvg_Time(), allocate_wsvg_Timer(), allocate_wsvg_TransmissionMatrix(), allocate_wsvg_Vector(), allocate_wsvg_Verbosity(), allocation_ptrs_, deallocate_wsvg_AbsorptionLines(), deallocate_wsvg_Agenda(), deallocate_wsvg_Any(), deallocate_wsvg_ArrayOfAbsorptionLines(), deallocate_wsvg_ArrayOfAgenda(), deallocate_wsvg_ArrayOfArrayOfAbsorptionLines(), deallocate_wsvg_ArrayOfArrayOfGriddedField1(), deallocate_wsvg_ArrayOfArrayOfGriddedField2(), deallocate_wsvg_ArrayOfArrayOfGriddedField3(), deallocate_wsvg_ArrayOfArrayOfIndex(), deallocate_wsvg_ArrayOfArrayOfMatrix(), deallocate_wsvg_ArrayOfArrayOfPropagationMatrix(), deallocate_wsvg_ArrayOfArrayOfRadiationVector(), deallocate_wsvg_ArrayOfArrayOfScatteringMetaData(), deallocate_wsvg_ArrayOfArrayOfSingleScatteringData(), deallocate_wsvg_ArrayOfArrayOfSpeciesTag(), deallocate_wsvg_ArrayOfArrayOfStokesVector(), deallocate_wsvg_ArrayOfArrayOfString(), deallocate_wsvg_ArrayOfArrayOfTensor3(), deallocate_wsvg_ArrayOfArrayOfTensor6(), deallocate_wsvg_ArrayOfArrayOfTime(), deallocate_wsvg_ArrayOfArrayOfTransmissionMatrix(), deallocate_wsvg_ArrayOfArrayOfVector(), deallocate_wsvg_ArrayOfCIARecord(), deallocate_wsvg_ArrayOfGriddedField1(), deallocate_wsvg_ArrayOfGriddedField2(), deallocate_wsvg_ArrayOfGriddedField3(), deallocate_wsvg_ArrayOfGriddedField4(), deallocate_wsvg_ArrayOfIndex(), deallocate_wsvg_ArrayOfMatrix(), deallocate_wsvg_ArrayOfPpath(), deallocate_wsvg_ArrayOfPropagationMatrix(), deallocate_wsvg_ArrayOfQuantumIdentifier(), deallocate_wsvg_ArrayOfRadiationVector(), deallocate_wsvg_ArrayOfRetrievalQuantity(), deallocate_wsvg_ArrayOfScatteringMetaData(), deallocate_wsvg_ArrayOfSingleScatteringData(), deallocate_wsvg_ArrayOfSparse(), deallocate_wsvg_ArrayOfStokesVector(), deallocate_wsvg_ArrayOfString(), deallocate_wsvg_ArrayOfTelsemAtlas(), deallocate_wsvg_ArrayOfTensor3(), deallocate_wsvg_ArrayOfTensor4(), deallocate_wsvg_ArrayOfTensor5(), deallocate_wsvg_ArrayOfTensor6(), deallocate_wsvg_ArrayOfTensor7(), deallocate_wsvg_ArrayOfTime(), deallocate_wsvg_ArrayOfTransmissionMatrix(), deallocate_wsvg_ArrayOfVector(), deallocate_wsvg_ArrayOfXsecRecord(), deallocate_wsvg_CIARecord(), deallocate_wsvg_CovarianceMatrix(), deallocate_wsvg_EnergyLevelMap(), deallocate_wsvg_GasAbsLookup(), deallocate_wsvg_GriddedField1(), deallocate_wsvg_GriddedField2(), deallocate_wsvg_GriddedField3(), deallocate_wsvg_GriddedField4(), deallocate_wsvg_GriddedField5(), deallocate_wsvg_GriddedField6(), deallocate_wsvg_GridPos(), deallocate_wsvg_HitranRelaxationMatrixData(), deallocate_wsvg_Index(), deallocate_wsvg_Matrix(), deallocate_wsvg_MCAntenna(), deallocate_wsvg_Numeric(), deallocate_wsvg_Ppath(), deallocate_wsvg_PropagationMatrix(), deallocate_wsvg_QuantumIdentifier(), deallocate_wsvg_RadiationVector(), deallocate_wsvg_Rational(), deallocate_wsvg_ScatteringMetaData(), deallocate_wsvg_SingleScatteringData(), deallocate_wsvg_Sparse(), deallocate_wsvg_SpeciesAuxData(), deallocate_wsvg_StokesVector(), deallocate_wsvg_String(), deallocate_wsvg_TelsemAtlas(), deallocate_wsvg_Tensor3(), deallocate_wsvg_Tensor4(), deallocate_wsvg_Tensor5(), deallocate_wsvg_Tensor6(), deallocate_wsvg_Tensor7(), deallocate_wsvg_TessemNN(), deallocate_wsvg_Time(), deallocate_wsvg_Timer(), deallocate_wsvg_TransmissionMatrix(), deallocate_wsvg_Vector(), deallocate_wsvg_Verbosity(), deallocation_ptrs_, duplicate_wsvg_AbsorptionLines(), duplicate_wsvg_Agenda(), duplicate_wsvg_Any(), duplicate_wsvg_ArrayOfAbsorptionLines(), duplicate_wsvg_ArrayOfAgenda(), duplicate_wsvg_ArrayOfArrayOfAbsorptionLines(), duplicate_wsvg_ArrayOfArrayOfGriddedField1(), duplicate_wsvg_ArrayOfArrayOfGriddedField2(), duplicate_wsvg_ArrayOfArrayOfGriddedField3(), duplicate_wsvg_ArrayOfArrayOfIndex(), duplicate_wsvg_ArrayOfArrayOfMatrix(), duplicate_wsvg_ArrayOfArrayOfPropagationMatrix(), duplicate_wsvg_ArrayOfArrayOfRadiationVector(), duplicate_wsvg_ArrayOfArrayOfScatteringMetaData(), duplicate_wsvg_ArrayOfArrayOfSingleScatteringData(), duplicate_wsvg_ArrayOfArrayOfSpeciesTag(), duplicate_wsvg_ArrayOfArrayOfStokesVector(), duplicate_wsvg_ArrayOfArrayOfString(), duplicate_wsvg_ArrayOfArrayOfTensor3(), duplicate_wsvg_ArrayOfArrayOfTensor6(), duplicate_wsvg_ArrayOfArrayOfTime(), duplicate_wsvg_ArrayOfArrayOfTransmissionMatrix(), duplicate_wsvg_ArrayOfArrayOfVector(), duplicate_wsvg_ArrayOfCIARecord(), duplicate_wsvg_ArrayOfGriddedField1(), duplicate_wsvg_ArrayOfGriddedField2(), duplicate_wsvg_ArrayOfGriddedField3(), duplicate_wsvg_ArrayOfGriddedField4(), duplicate_wsvg_ArrayOfIndex(), duplicate_wsvg_ArrayOfMatrix(), duplicate_wsvg_ArrayOfPpath(), duplicate_wsvg_ArrayOfPropagationMatrix(), duplicate_wsvg_ArrayOfQuantumIdentifier(), duplicate_wsvg_ArrayOfRadiationVector(), duplicate_wsvg_ArrayOfRetrievalQuantity(), duplicate_wsvg_ArrayOfScatteringMetaData(), duplicate_wsvg_ArrayOfSingleScatteringData(), duplicate_wsvg_ArrayOfSparse(), duplicate_wsvg_ArrayOfStokesVector(), duplicate_wsvg_ArrayOfString(), duplicate_wsvg_ArrayOfTelsemAtlas(), duplicate_wsvg_ArrayOfTensor3(), duplicate_wsvg_ArrayOfTensor4(), duplicate_wsvg_ArrayOfTensor5(), duplicate_wsvg_ArrayOfTensor6(), duplicate_wsvg_ArrayOfTensor7(), duplicate_wsvg_ArrayOfTime(), duplicate_wsvg_ArrayOfTransmissionMatrix(), duplicate_wsvg_ArrayOfVector(), duplicate_wsvg_ArrayOfXsecRecord(), duplicate_wsvg_CIARecord(), duplicate_wsvg_CovarianceMatrix(), duplicate_wsvg_EnergyLevelMap(), duplicate_wsvg_GasAbsLookup(), duplicate_wsvg_GriddedField1(), duplicate_wsvg_GriddedField2(), duplicate_wsvg_GriddedField3(), duplicate_wsvg_GriddedField4(), duplicate_wsvg_GriddedField5(), duplicate_wsvg_GriddedField6(), duplicate_wsvg_GridPos(), duplicate_wsvg_HitranRelaxationMatrixData(), duplicate_wsvg_Index(), duplicate_wsvg_Matrix(), duplicate_wsvg_MCAntenna(), duplicate_wsvg_Numeric(), duplicate_wsvg_Ppath(), duplicate_wsvg_PropagationMatrix(), duplicate_wsvg_QuantumIdentifier(), duplicate_wsvg_RadiationVector(), duplicate_wsvg_Rational(), duplicate_wsvg_ScatteringMetaData(), duplicate_wsvg_SingleScatteringData(), duplicate_wsvg_Sparse(), duplicate_wsvg_SpeciesAuxData(), duplicate_wsvg_StokesVector(), duplicate_wsvg_String(), duplicate_wsvg_TelsemAtlas(), duplicate_wsvg_Tensor3(), duplicate_wsvg_Tensor4(), duplicate_wsvg_Tensor5(), duplicate_wsvg_Tensor6(), duplicate_wsvg_Tensor7(), duplicate_wsvg_TessemNN(), duplicate_wsvg_Time(), duplicate_wsvg_Timer(), duplicate_wsvg_TransmissionMatrix(), duplicate_wsvg_Vector(), duplicate_wsvg_Verbosity(), and duplication_ptrs_.
Referenced by duplicate(), InteractiveWorkspace::initialize(), and main().
|
private |
Definition at line 69 of file workspace_memory_handler.h.
Referenced by allocate(), and initialize().
|
private |
Definition at line 41 of file auto_workspace.h.
Referenced by allocate(), and WorkspaceMemoryHandler().
|
private |
Definition at line 70 of file workspace_memory_handler.h.
Referenced by deallocate(), and initialize().
|
private |
Definition at line 43 of file auto_workspace.h.
Referenced by deallocate(), and WorkspaceMemoryHandler().
|
private |
Definition at line 46 of file auto_workspace.h.
Referenced by duplicate(), and WorkspaceMemoryHandler().
|
private |
Definition at line 71 of file workspace_memory_handler.h.
Referenced by duplicate(), and initialize().