blocxx
|
#include <IntrusiveCountableBase.hpp>
Protected Member Functions | |
IntrusiveCountableBase () | |
IntrusiveCountableBase (const IntrusiveCountableBase &) | |
IntrusiveCountableBase & | operator= (const IntrusiveCountableBase &) |
virtual | ~IntrusiveCountableBase () |
Private Attributes | |
RefCount | m_useCount |
Friends | |
void | IntrusiveReferenceAddRef (IntrusiveCountableBase *p) |
void | IntrusiveReferenceRelease (IntrusiveCountableBase *p) |
Definition at line 66 of file IntrusiveCountableBase.hpp.
BLOCXX_NAMESPACE::IntrusiveCountableBase::IntrusiveCountableBase | ( | ) | [inline, protected] |
Definition at line 72 of file IntrusiveCountableBase.hpp.
BLOCXX_NAMESPACE::IntrusiveCountableBase::IntrusiveCountableBase | ( | const IntrusiveCountableBase & | ) | [inline, protected] |
Definition at line 77 of file IntrusiveCountableBase.hpp.
BLOCXX_NAMESPACE::IntrusiveCountableBase::~IntrusiveCountableBase | ( | ) | [protected, virtual] |
Definition at line 44 of file IntrusiveCountableBase.cpp.
IntrusiveCountableBase& BLOCXX_NAMESPACE::IntrusiveCountableBase::operator= | ( | const IntrusiveCountableBase & | ) | [inline, protected] |
Definition at line 82 of file IntrusiveCountableBase.hpp.
void IntrusiveReferenceAddRef | ( | IntrusiveCountableBase * | p | ) | [friend] |
Definition at line 91 of file IntrusiveCountableBase.hpp.
void IntrusiveReferenceRelease | ( | IntrusiveCountableBase * | p | ) | [friend] |
Definition at line 96 of file IntrusiveCountableBase.hpp.
Definition at line 69 of file IntrusiveCountableBase.hpp.
Referenced by BLOCXX_NAMESPACE::IntrusiveReferenceAddRef(), and BLOCXX_NAMESPACE::IntrusiveReferenceRelease().