48extern const map<String, Index>
MdMap;
54extern const map<String, Index>
MdRawMap;
Declarations for AgRecord, storing lookup information for one agenda.
This file contains the definition of Array.
This can be used to make arrays out of anything.
Handling of workspace memory.
Declaration of the class MdRecord.
const ArrayOfGroupRecord wsv_groups
The names associated with Wsv groups as Strings.
const Array< MdRecord > md_data_raw
Lookup information for workspace methods.
WorkspaceMemoryHandler workspace_memory_handler
The workspace memory handler Defined in workspace_ng.cc.
const Array< MdRecord > md_data
Lookup information for workspace methods.
const map< String, Index > MdMap
The map associated with md_data.
const Array< AgRecord > agenda_data
The lookup information for the agendas.
const map< String, Index > WsvGroupMap
The map associated with wsv_groups.
const map< String, Index > MdRawMap
The map associated with md_data_raw.
map< String, Index > AgendaMap
The map associated with agenda_data.
The WorkspaceMemoryHandler.