casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
casacore::RecordGramVal Class Reference

Helper class for values in RecordGram. More...

#include <RecordGram.h>

Public Attributes

Int type
 
String str
 
Bool bval
 
Int64 ival
 
Double dval [2]
 

Detailed Description

Helper class for values in RecordGram.

Intended use:

Internal

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Synopsis

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.

Member Data Documentation

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.


The documentation for this class was generated from the following file: