Public Member Functions | |
SharedPtr (T *pointer) | |
SharedPtr (const SharedPtr &other) | |
SharedPtr & | operator= (const SharedPtr &other) |
SharedPtr & | operator= (T *pointer) |
T & | operator* () |
T * | operator-> () |
const T & | operator* () const |
const T * | operator-> () const |
const T * | get () const |
T * | release () |
int | getCount () const |
bool | isNull () const |
Definition at line 28 of file SharedPtr.h.