42 TokVal::operator
Index()
const {
78 os <<
"\"" << a.
ms <<
"\"";
93 os <<
"\"" << a.
msv[
i] <<
"\"";
140 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.
invlib::Vector< ArtsVector > Vector
invlib wrapper type for ARTS vectors.
Index nelem() const
Returns the number of elements.
Array< Index > ArrayOfIndex
An array of Index.
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.
invlib::Matrix< ArtsMatrix > Matrix
invlib wrapper type for ARTS matrices.
Index nrows() const
Returns the number of rows.
my_basic_string< char > String
The String type for ARTS.