This stores arbitrary token values and remembers the type.
TokValType
The different token value types.
TokVal(Vector xv)
To set TokVal from a Vector.
TokVal(Index n)
To set TokVal from an integer.
TokVal(ArrayOfIndex nv)
To set TokVal from an array of integers.
This file contains the definition of Array.
Array< Index > ArrayOfIndex
An array of Index.
TokVal(ArrayOfString sv)
To set TokVal from an array of Strings.
Array< String > ArrayOfString
An array of Strings.
NUMERIC Numeric
The type to use for all floating point numbers.
TokVal(const String &s)
To set TokVal from String (C++ - style).
INDEX Index
The type to use for all integer numbers and indices.
TokVal(Numeric x)
To set TokVal from a Numeric.
my_basic_string< char > String
The String type for ARTS.
TokVal(const char s[])
To set TokVal from String (C - style).
TokVal()
Default Constructor.
This file contains the definition of String, the ARTS string class.
friend ostream & operator<<(ostream &os, const TokVal &a)
Output operator.