#include <smartptr.h>
Public Member Functions | |
| SmartPtr (NoInitClass const &) | |
| SmartPtr (T *realptr=0) | |
| SmartPtr (SmartPtr const &rvalue) | |
| ~SmartPtr (void) | |
| operator T* (void) const | |
| operator long (void) const | |
| bool | Is_Valid (void) const |
| SmartPtr & | operator= (SmartPtr const &rvalue) |
| T * | operator-> (void) const |
| T & | operator* (void) const |
Definition at line 43 of file smartptr.h.
|
inline |
Definition at line 46 of file smartptr.h.
|
inline |
Definition at line 47 of file smartptr.h.
|
inline |
Definition at line 48 of file smartptr.h.
Definition at line 49 of file smartptr.h.
Definition at line 55 of file smartptr.h.
|
inline |
Definition at line 53 of file smartptr.h.
|
inline |
Definition at line 51 of file smartptr.h.
|
inline |
Definition at line 64 of file smartptr.h.
|
inline |
Definition at line 63 of file smartptr.h.
Definition at line 62 of file smartptr.h.