stx::AnyScalar::value_t Union Reference

Union type to holding the current value of an AnyScalar. More...

List of all members.

Public Attributes

int _int
 Used for ATTRTYPE_BOOL, ATTRTYPE_CHAR, ATTRTYPE_SHORT, ATTRTYPE_INTEGER.
unsigned int _uint
 Used for ATTRTYPE_BYTE, ATTRTYPE_WORD, ATTRTYPE_DWORD.
long long _long
 Used for ATTRTYPE_LONG.
unsigned long long _ulong
 Used for ATTRTYPE_QWORD.
float _float
 Used for ATTRTYPE_FLOAT.
double _double
 Used for ATTRTYPE_DOUBLE.
std::string * _string
 Used for ATTRTYPE_STRING, make sure it get delete'ed correctly.


Detailed Description

Union type to holding the current value of an AnyScalar.

Definition at line 101 of file AnyScalar.h.


The documentation for this union was generated from the following file:
Generated on Tue Jul 17 16:51:58 2007 for STX Expression Parser by  doxygen 1.5.2