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

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