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

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