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