ARTS  1.0.222
globals_2.cc
Go to the documentation of this file.
1 /* Copyright (C) 2000, 2001 Stefan Buehler <sbuehler@uni-bremen.de>
2 
3  This program is free software; you can redistribute it and/or modify it
4  under the terms of the GNU General Public License as published by the
5  Free Software Foundation; either version 2, or (at your option) any
6  later version.
7 
8  This program is distributed in the hope that it will be useful,
9  but WITHOUT ANY WARRANTY; without even the implied warranty of
10  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  GNU General Public License for more details.
12 
13  You should have received a copy of the GNU General Public License
14  along with this program; if not, write to the Free Software
15  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
16  USA. */
17 
36 #include "arts.h"
37 #include <map>
38 #include "array.h"
39 #include "auto_wsv.h"
40 #include "auto_wsv_groups.h"
41 #include "wsv_aux.h"
42 #include "methods.h"
43 
46 
47 
48 // ---------------
49 //--------------------< Methods Stuff >--------------------
50 // ---------------
51 
54 
56 std::map<String, Index> MdMap;
57 
58 
workspace
WorkSpace workspace
The workspace itself.
Definition: globals_2.cc:45
auto_wsv_groups.h
Defines the enum type that acts as a handle for workspace variables groups.
array.h
This file contains the definition of Array.
Array
This can be used to make arrays out of anything.
Definition: array.h:48
MdMap
std::map< String, Index > MdMap
The map associated with md_data.
Definition: globals_2.cc:56
WorkSpace
The declaration of the (great) workspace.
Definition: auto_wsv.h:90
md_data
Array< MdRecord > md_data
The lookup information for the workspace methods.
Definition: globals_2.cc:53
methods.h
Declaration of the class MdRecord.
wsv_aux.h
Auxiliary header stuff related to workspace variable groups.
auto_wsv.h
Declares the enum type that acts as a handle for workspace variables. Also declares the workspace its...
arts.h
The global header file for ARTS.