UCommon
|
Used to create and manage referece counted pointers. More...
#include <pointer.h>
Public Member Functions | |
T * | getObject () const |
T & | operator * () const |
operator bool () const | |
bool | operator! () const |
int | operator++ () const |
int | operator-- () const |
T * | operator-> () const |
Pointer & | operator= (const Pointer< T > &ref) |
Pointer (T *ptr=NULL) | |
Pointer (const Pointer< T > &ref) | |
Protected Member Functions | |
void | ptrDetach (void) |
Protected Attributes | |
unsigned * | ptrCount |
T * | ptrObject |
Used to create and manage referece counted pointers.