Value Struct Reference
#include <pointer.h>
Inheritance diagram for Value:

Public Member Functions | |
| Value (ValueType val) | |
| ~Value () | |
| void | cleanup () |
| const std::type_info & | type () const |
| void * | voidStar () |
Public Attributes | |
| ValueType | value |
Constructor & Destructor Documentation
Member Function Documentation
| void Value::cleanup | ( | ) | [inline, virtual] |
Implements PointerBase.
| const std::type_info& Value::type | ( | ) | const [inline, virtual] |
Implements PointerBase.
| void* Value::voidStar | ( | ) | [inline, virtual] |
Implements PointerBase.
Member Data Documentation
| ValueType Value::value |
The documentation for this struct was generated from the following file:
KDE 4.7 API Reference