Public Member Functions | |
Value () | |
Public Attributes | |
char * | string |
double | floating |
int | integral |
Detailed Description
Definition at line 67 of file Expression.cc.
Constructor & Destructor Documentation
◆ Value()
|
inline |
Definition at line 71 of file Expression.cc.
Member Data Documentation
◆ floating
double _stackmember::Value::floating |
Definition at line 69 of file Expression.cc.
Referenced by getsymbol(), membercompare(), and printLiteral().
◆ integral
int _stackmember::Value::integral |
Definition at line 70 of file Expression.cc.
Referenced by evaland(), evalequals(), evallesseq(), evallessthan(), evalmoreeq(), evalmorethan(), evalnegate(), evalnotequals(), evalor(), ESIExpression::Evaluate(), getsymbol(), membercompare(), operator<<(), and printLiteral().
◆ string
char* _stackmember::Value::string |
Definition at line 68 of file Expression.cc.
Referenced by cleanmember(), getsymbol(), membercompare(), and printLiteral().
The documentation for this union was generated from the following file:
- src/esi/Expression.cc