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

Public Member Functions | |
| virtual | ~PointerBase () |
| virtual void | cleanup ()=0 |
| virtual const std::type_info & | type () const =0 |
| virtual void * | voidStar ()=0 |
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
| virtual void PointerBase::cleanup | ( | ) | [pure virtual] |
Implemented in NullPtr, Value< ValueType >, and Pointer< ValueType >.
| virtual const std::type_info& PointerBase::type | ( | ) | const [pure virtual] |
Implemented in NullPtr, Value< ValueType >, and Pointer< ValueType >.
| virtual void* PointerBase::voidStar | ( | ) | [pure virtual] |
Implemented in NullPtr, Value< ValueType >, and Pointer< ValueType >.
The documentation for this struct was generated from the following file:
KDE 4.7 API Reference