rasdaman complete source
|
#include <symbtbl.hh>
Public Types | |
enum | Literal_type { dLfloat, dLinteger, dLchar, dLbool, dLstring } |
Public Attributes | |
enum YLiteral::Literal_type | type |
union { | |
double Real | |
long Integer | |
const char * String | |
char Character | |
bool Boolean | |
}; | |
Literal used during parse process for result of an expression.
union { ... } |
bool YLiteral::Boolean |
char YLiteral::Character |
long YLiteral::Integer |
double YLiteral::Real |
const char* YLiteral::String |
enum YLiteral::Literal_type YLiteral::type |