Description:
This is an abstract base class representing a value of generic type. Subclasses may represent the data differently, but they all may be accessed in the same way.
| Data Fields |
| Constructors / Destructor |
| Methods | |||
| public | pure virtual | double | realValue() |
| public | pure virtual | long | integerValue() |
| public | pure virtual | bool | booleanValue() |
| public | pure virtual | const string& | stringValue() |
| Operators |