ARTS
1.0.222
|
This class contains all static information for one workspace variable. More...
#include <wsv_aux.h>
Public Member Functions | |
WsvRecord () | |
Default constructor. More... | |
WsvRecord (const char name[], const char description[], const Index group) | |
Initializing constructor. More... | |
const String & | Name () const |
Name of this workspace variable. More... | |
const String & | Description () const |
A text describing this workspace variable. More... | |
Index | Group () const |
The wsv group to which this variable belongs. More... | |
Private Attributes | |
String | mname |
String | mdescription |
Index | mgroup |
This class contains all static information for one workspace variable.
The program make_wsv_h.cc uses these records to generate the file wsv.h, which contains both the declaration of the wsv handles and the declaration of the workspace itself.
|
inline |
Initializing constructor.
This is used by define_wsv_data() to set the information for each workspace variable.
|
inline |
|
inline |
|
inline |