#include <RefCounted.h>
Public Member Functions | |
RefCountedP () | |
RefCountedP (T *pp) | |
RefCountedP (const RefCountedP< T > &pp) | |
~RefCountedP () | |
RefCountedP & | operator= (const RefCountedP &rhs) |
RefCountedP & | operator= (T *pp) |
T * | operator-> () const |
T & | operator * () const |
operator T * () | |
operator const T * () const | |
void | invalidate () |
bool | valid () |
RefCountedP< T > & | CopyForWrite () |
Definition at line 34 of file RefCounted.h.
|
Definition at line 39 of file RefCounted.h. |
|
Definition at line 45 of file RefCounted.h. |
|
Definition at line 53 of file RefCounted.h. |
|
Definition at line 61 of file RefCounted.h. |
|
Definition at line 114 of file RefCounted.h. |
|
Definition at line 102 of file RefCounted.h. Referenced by RefBlockP< T, BoundsCheck >::invalidate(). |
|
Definition at line 96 of file RefCounted.h. |
|
Definition at line 100 of file RefCounted.h. |
|
Definition at line 99 of file RefCounted.h. |
|
Definition at line 95 of file RefCounted.h. |
|
Definition at line 83 of file RefCounted.h. |
|
Definition at line 71 of file RefCounted.h. |
|
Definition at line 108 of file RefCounted.h. |