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

Public Member Functions | |
| virtual | ~NullValue () |
| Destructor is declared virtual, as it always should be. | |
| ValueType | GetType () const |
| Return this instance's type. | |
| virtual bool | IsNull () const |
| Check if this value is null. | |
| virtual NullValue::~NullValue | ( | ) | [inline, virtual] |
Destructor is declared virtual, as it always should be.
| ValueType NullValue::GetType | ( | ) | const [inline, virtual] |
| virtual bool NullValue::IsNull | ( | ) | const [inline, virtual] |
1.5.2