Foxit PDF SDK
|
Public Member Functions | |
CFX_SmartPointer (T *pObj) | |
The constructor. More... | |
~CFX_SmartPointer () | |
The destructor. | |
T * | Get (void) |
Get the object pointer. More... | |
T & | operator* (void) |
Get the object reference operator. More... | |
T * | operator-> (void) |
Get the object pointer operator. More... | |
The class represents the smart pointer.
|
inline |
The constructor.
[in] | pObj | The kernel object. |
|
inline |
Get the object pointer.
|
inline |
Get the object reference operator.
|
inline |
Get the object pointer operator.