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