ACE
6.2.8
|
#include <Refcountable_T.h>
Public Member Functions | |
virtual | ~ACE_Refcountable_T (void) |
Destructor. More... | |
long | increment (void) |
Increment refcount. More... | |
long | decrement (void) |
Decrement refcount. More... | |
long | refcount (void) const |
Returns the current refcount. More... | |
Protected Member Functions | |
ACE_Refcountable_T (long refcount) | |
Protected constructor. More... | |
Protected Attributes | |
ACE_Atomic_Op< ACE_LOCK, long > | refcount_ |
Current refcount. More... | |
|
virtual |
Destructor.
|
inlineprotected |
Protected constructor.
|
inline |
Decrement refcount.
|
inline |
Increment refcount.
|
inline |
Returns the current refcount.
|
protected |
Current refcount.