|
| ref (const ref &other) |
|
ref & | operator= (const ref &other) |
|
template<class O > |
| ref (const ref< O > &other) |
|
template<class O > |
ref & | operator= (const ref< O > &other) |
|
template<class O > |
bool | tryRefTakeDynamically (ref< O > &o) |
|
T & | operator* () |
|
T * | operator-> () |
|
const T & | operator* () const |
|
const T * | operator-> () const |
|
bool | operator== (const ref_base< T > &other) const |
|
size_t | getNumRefs () const |
|
HeapAbstract * | getHeapP () const |
|
AllocationPolicyAbstract * | getAllocPolicyP () const |
|
bool | isEmpty () const |
|
|
void | mRefTake (const ref_custom &other) |
|
template<class O > |
void | mRefTake (const ref_custom< O > &other) |
|
template<class O > |
bool | mRefTakeTryDynamically (ref_base< O > &other) |
|
T * | mGetObjP () |
|
const T * | mGetObjP () const |
|
void * | mAllocateMemForObject (AllocationPolicyAbstract *aDataAllocPolicy) |
|
void | mIncRef () |
|
The documentation for this class was generated from the following files: