#include <ParmParse.H>
Inheritance diagram for PP_CpPtr< T >:
Public Methods | |
PP_CpPtr () | |
PP_CpPtr (T *rhs) | |
~PP_CpPtr () | |
PP_CpPtr (const PP_CpPtr< T > &rhs) | |
PP_CpPtr< T > & | operator= (T *rhs) |
PP_CpPtr< T > & | operator= (const PP_CpPtr< T > &rhs) |
T & | operator * () const |
bool | isNull () const |
T * | release () |
bool | operator== (const PP_CpPtr< T > &rhs) const |
bool | operator!= (const PP_CpPtr< T > &rhs) const |
Protected Attributes | |
T * | ptr |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in PP_CpClassPtr< T >. |
|
|
|
|
|
|