#include <it_bus/ref_counted_base.h>
Inheritance diagram for IT_Bus::RefCountedBase:
Definition at line 14 of file ref_counted_base.h.
Public Member Functions | |
void | _add_ref () const IT_THROW_DECL(()) |
void | _remove_ref () const IT_THROW_DECL(()) |
IT_ULong | _ref_count () const IT_THROW_DECL(()) |
Protected Member Functions | |
RefCountedBase () IT_THROW_DECL(()) | |
Private Attributes | |
IT_AtomicCounter | m_ref_count |