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

Public Member Functions | |
void | cleanup () |
Pointer (ValueType *value) | |
const std::type_info & | type () const |
void * | voidStar () |
~Pointer () | |
Public Attributes | |
ValueType * | ptr |
Detailed Description
template<typename ValueType>
struct Pointer< ValueType >
Definition at line 42 of file pointer.h.
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: