|
ARTS
2.4.0(git:4fb77825)
|
#include <map>#include "agenda_record.h"#include "array.h"#include "methods.h"#include "workspace_memory_handler.h"Go to the source code of this file.
Namespaces | |
| global_data | |
Variables | |
| const Array< MdRecord > | global_data::md_data_raw |
| Lookup information for workspace methods. More... | |
| const Array< MdRecord > | global_data::md_data |
| Lookup information for workspace methods. More... | |
| const map< String, Index > | global_data::MdMap |
| The map associated with md_data. More... | |
| const map< String, Index > | global_data::MdRawMap |
| The map associated with md_data_raw. More... | |
| const map< String, Index > | global_data::WsvGroupMap |
| The map associated with wsv_group_names. More... | |
| const Array< SpeciesRecord > | global_data::species_data |
| Species Data. More... | |
| const map< String, Index > | global_data::SpeciesMap |
| The map associated with species_data. More... | |
| WorkspaceMemoryHandler | global_data::workspace_memory_handler {} |
| The workspace memory handler Defined in workspace_ng.cc. More... | |