ARTS 2.5.11 (git: 6827797f)
|
#include "agenda_record.h"
#include "array.h"
#include "groups.h"
#include "methods.h"
#include "workspace_memory_handler.h"
#include <map>
Go to the source code of this file.
Namespaces | |
namespace | global_data |
Variables | |
const Array< MdRecord > | global_data::md_data_raw |
Lookup information for workspace methods. | |
const Array< MdRecord > | global_data::md_data |
Lookup information for workspace methods. | |
const map< String, Index > | global_data::MdMap |
The map associated with md_data. | |
const map< String, Index > | global_data::MdRawMap |
The map associated with md_data_raw. | |
const map< String, Index > | global_data::WsvGroupMap |
The map associated with wsv_groups. | |
WorkspaceMemoryHandler | global_data::workspace_memory_handler {} |
The workspace memory handler Defined in workspace_ng.cc. | |