Go to the documentation of this file.
27 "ArrayOfString",
"ArrayOfIndex",
28 "Vector",
"Matrix",
"undefined"};
38 TokVal::operator
Index()
const {
77 os <<
"\"" << a.
ms <<
"\"";
89 if (first) first=
false;
91 os <<
"\"" << a.
msv[i] <<
"\"";
99 if (first) first=
false;
110 if (first) first=
false;
123 if (first) first=
false;
137 cerr <<
"Undefined token type.\n";
This stores arbitrary token values and remembers the type.
ostream & operator<<(ostream &os, const TokVal &a)
String TokValTypeName[8]
The name of the type associated with the different tokens.
Index nrows() const
Returns the number of rows.
Declarations having to do with the four output streams.
Index ncols() const
Returns the number of columns.
The implementation for String, the ARTS string class.
Array< String > ArrayOfString
An array of Strings.
Index nelem() const
Returns the number of elements.
Array< Index > ArrayOfIndex
An array of Index.
NUMERIC Numeric
The type to use for all floating point numbers.
my_basic_string< char > String
The String type for ARTS.
INDEX Index
The type to use for all integer numbers and indices.
void arts_exit(int status)
This is the exit function of ARTS.
Index nelem() const
Number of elements.
The global header file for ARTS.