|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <owl/pointer.h>
Public Member Functions | |
| TComRef () | |
| TComRef (T *iface) | |
| TComRef (const TComRef< T > &i) | |
| TComRef< T > & | operator= (T *iface) |
| TComRef< T > & | operator= (const TComRef< T > &i) |
| T * | operator-> () |
| T * | operator-> () const |
Public Member Functions inherited from owl::TComRefBase< T > | |
| operator T* () | |
| operator T** () | |
| int | operator! () const |
| void | operator delete (void *p) |
Additional Inherited Members | |
Protected Member Functions inherited from owl::TComRefBase< T > | |
| TComRefBase (const TComRefBase< T > &i) | |
| TComRefBase (T *i) | |
| TComRefBase () | |
| ~TComRefBase () | |
| void | Clear () |
Protected Attributes inherited from owl::TComRefBase< T > | |
| T * | I |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 252 of file pointer.h.
References owl::TComRefBase< T >::I.
|
inline |
Definition at line 253 of file pointer.h.
References owl::TComRefBase< T >::I.
|
inline |
Definition at line 239 of file pointer.h.
References owl::TComRefBase< T >::Clear(), and owl::TComRefBase< T >::I.
|
inline |
Definition at line 230 of file pointer.h.
References owl::TComRefBase< T >::Clear(), and owl::TComRefBase< T >::I.