ARTS  2.3.1285(git:92a29ea9-dirty)
token.h File Reference
#include "array.h"
#include "matpackI.h"
#include "mystring.h"

Go to the source code of this file.

Classes

class  TokVal
 This stores arbitrary token values and remembers the type. More...
 

Enumerations

enum  TokValType {
  String_t, Index_t, Numeric_t, Array_String_t,
  Array_Index_t, Vector_t, Matrix_t, undefined_t
}
 The different token value types. More...
 

Enumeration Type Documentation

◆ TokValType

enum TokValType

The different token value types.

These are the types that keyword parameters in the controlfile can have.

Enumerator
String_t 
Index_t 
Numeric_t 
Array_String_t 
Array_Index_t 
Vector_t 
Matrix_t 
undefined_t 

Definition at line 27 of file token.h.