Description:
This is a value stored internally as a bool.
| Data Fields | ||
| private | bool | value |
| private | string* | str |
| Constructors / Destructor | |
| public | Boolean(bool value) |
| public | ~Boolean() |
| Methods | |||
| public | virtual | double | realValue() |
| public | virtual | long | integerValue() |
| public | virtual | bool | booleanValue() |
| public | virtual | const string& | stringValue() |
| Operators |