#include <StdAdaptors.h>
Public Member Functions | |
StdBasicPtrAdapt (T *&rpObj, bool fAllowNull=true, const char *szNaming="Data") | |
bool | operator== (const T &nValue) const |
StdBasicPtrAdapt & | operator= (const T &nValue) |
bool | operator== (const T *pValue) const |
StdBasicPtrAdapt & | operator= (const T *pValue) |
Public Attributes | |
T *& | rpObj |
bool | fAllowNull |
const char * | szNaming |
Definition at line 512 of file StdAdaptors.h.
|
inline |
Definition at line 514 of file StdAdaptors.h.
|
inline |
Definition at line 520 of file StdAdaptors.h.
|
inline |
Definition at line 522 of file StdAdaptors.h.
|
inline |
Definition at line 519 of file StdAdaptors.h.
|
inline |
Definition at line 521 of file StdAdaptors.h.
bool StdBasicPtrAdapt< T >::fAllowNull |
Definition at line 516 of file StdAdaptors.h.
T*& StdBasicPtrAdapt< T >::rpObj |
Definition at line 516 of file StdAdaptors.h.
Referenced by StdPtrAdaptCompileNewFunc(), and StdPtrAdaptDecompileNewFunc().
const char* StdBasicPtrAdapt< T >::szNaming |
Definition at line 516 of file StdAdaptors.h.