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

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