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";
INDEX Index
The type to use for all integer numbers and indices.
Index nelem() const
Number of elements.
void arts_exit(int status)
This is the exit function of ARTS.
Declarations having to do with the four output streams.
Index nelem() const
Returns the number of elements.
Array< Index > ArrayOfIndex
An array of Index.
The implementation for String, the ARTS string class.
Index ncols() const
Returns the number of columns.
The global header file for ARTS.
ostream & operator<<(ostream &os, const TokVal &a)
NUMERIC Numeric
The type to use for all floating point numbers.
Array< String > ArrayOfString
An array of Strings.
String TokValTypeName[8]
The name of the type associated with the different tokens.
This stores arbitrary token values and remembers the type.
Index nrows() const
Returns the number of rows.
my_basic_string< char > String
The String type for ARTS.