|
gatelib
2.1
|
Public Member Functions | |
| ref_const (const ref_const< T > &o) | |
| ref_const (const ref_custom< T > &o) | |
| ref_const & | operator= (const ref_const< T > &o) |
| ref_const & | operator= (const ref_custom< T > &o) |
| template<class O > | |
| operator ref_const () | |
| const T & | operator* () const |
| const T * | operator-> () const |
Public Member Functions inherited from g::cont::ref_base< T > | |
| bool | operator== (const ref_base< T > &other) const |
| size_t | getNumRefs () const |
| HeapAbstract * | getHeapP () const |
| AllocationPolicyAbstract * | getAllocPolicyP () const |
| bool | isEmpty () const |
Additional Inherited Members | |
Protected Member Functions inherited from g::cont::ref_base< T > | |
| void * | mAllocateMemForObject (AllocationPolicyAbstract *aDataAllocPolicy) |
| void | mIncRef () |
1.8.9.1