#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 throw (()) |
| void | _remove_ref () const throw (()) |
| IT_ULong | _ref_count () const throw (()) |
Protected Member Functions | |
| RefCountedBase () throw (()) | |
Private Attributes | |
| IT_AtomicCounter | m_ref_count |
1.5.1-p1