Public Member Functions | Protected Attributes

Pointer< T > Class Template Reference

List of all members.

Public Member Functions

 Pointer (T *Object=NULL)
 Pointer (const Pointer &pointer)
 operator T * () const
T & operator* () const
T * operator-> () const
Pointeroperator= (T *Object)
Pointeroperator= (const Pointer &reference)
bool operator== (T *pkObject) const
bool operator!= (T *pkObject) const
bool operator== (const Pointer &rkReference) const
bool operator!= (const Pointer &rkReference) const

Protected Attributes

T * pobject

template<class T>
class Pointer< T >


The documentation for this class was generated from the following file:
All Classes Functions Variables