Home | C-Bits Package Documentation | Project Page |
_refs | cbits::ref_ptr | [protected] |
_t | cbits::ref_ptr | [protected] |
getRefCount() const | cbits::ref_ptr | [inline] |
operator *() | cbits::safe_ptr | [inline] |
operator->() | cbits::safe_ptr | [inline] |
operator=(const safe_ptr< T > &r) | cbits::safe_ptr | [inline] |
cbits::ref_ptr::operator=(const ref_ptr< T > &r) | cbits::ref_ptr | [inline] |
operator==(const safe_ptr< T > &r) | cbits::safe_ptr | [inline] |
cbits::ref_ptr::operator==(const ref_ptr< T > &r) | cbits::ref_ptr | [inline] |
ref_ptr(T *t) | cbits::ref_ptr | [inline] |
ref_ptr(const ref_ptr< T > &r) | cbits::ref_ptr | [inline] |
safe_ptr(T *t) | cbits::safe_ptr | [inline] |
safe_ptr(const safe_ptr< T > &r) | cbits::safe_ptr | [inline] |
~ref_ptr() | cbits::ref_ptr | [inline, virtual] |
~safe_ptr() | cbits::safe_ptr | [inline, virtual] |
|
|