#include <value.h>
Inheritance diagram for BoolValue:

Public Member Functions | |
| BoolValue () | |
| Default constructor. | |
| BoolValue (bool b) | |
| Construct a BoolValue with the given value. | |
| virtual | ~BoolValue () |
| Destructor is declared virtual, as it always should be. | |
| ValueType | GetType () const |
| Return this instance's type. | |
| virtual bool | AsBool () const |
| Gets the value as a bool. | |
| BoolValue::BoolValue | ( | ) | [inline] |
Default constructor.
| BoolValue::BoolValue | ( | bool | b | ) | [inline] |
| virtual BoolValue::~BoolValue | ( | ) | [inline, virtual] |
Destructor is declared virtual, as it always should be.
| ValueType BoolValue::GetType | ( | ) | const [inline, virtual] |
| virtual bool BoolValue::AsBool | ( | ) | const [inline, virtual] |
1.5.2