casacore
|
Helper class for values in RecordGram. More...
#include <RecordGram.h>
Public Attributes | |
Int | type |
String | str |
Bool | bval |
Int64 | ival |
Double | dval [2] |
Helper class for values in RecordGram.
Internal
A record selection command is lexically analyzed via flex. An object of this class is used to hold a value (like a name or a literal) for later use in the parser code.
Definition at line 122 of file RecordGram.h.
Bool casacore::RecordGramVal::bval |
Definition at line 127 of file RecordGram.h.
Double casacore::RecordGramVal::dval[2] |
Definition at line 129 of file RecordGram.h.
Int64 casacore::RecordGramVal::ival |
Definition at line 128 of file RecordGram.h.
String casacore::RecordGramVal::str |
Definition at line 126 of file RecordGram.h.
Int casacore::RecordGramVal::type |
Definition at line 125 of file RecordGram.h.