#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 526 of file StdAdaptors.h.
|
inline |
Definition at line 528 of file StdAdaptors.h.
|
inline |
Definition at line 534 of file StdAdaptors.h.
References StdBasicPtrAdapt< T >::rpObj.
|
inline |
Definition at line 536 of file StdAdaptors.h.
References StdBasicPtrAdapt< T >::rpObj.
|
inline |
Definition at line 533 of file StdAdaptors.h.
References StdBasicPtrAdapt< T >::rpObj.
|
inline |
| bool StdBasicPtrAdapt< T >::fAllowNull |
Definition at line 530 of file StdAdaptors.h.
| T*& StdBasicPtrAdapt< T >::rpObj |
Definition at line 530 of file StdAdaptors.h.
Referenced by StdBasicPtrAdapt< T >::operator=(), StdBasicPtrAdapt< T >::operator==(), StdPtrAdaptCompileNewFunc(), and StdPtrAdaptDecompileNewFunc().
| const char* StdBasicPtrAdapt< T >::szNaming |
Definition at line 530 of file StdAdaptors.h.