#include <Refcountable.h>
Inheritance diagram for ACE_Refcountable:
Public Methods | |
virtual | ~ACE_Refcountable (void) |
Destructor. | |
int | increment (void) |
int | decrement (void) |
int | refcount (void) const |
Returns the current refcount. | |
Protected Methods | |
ACE_Refcountable (int refcount) | |
Protected constructor. | |
Protected Attributes | |
int | refcount_ |
Current refcount. |
|
Destructor.
|
|
Protected constructor.
|
|
|
|
|
|
Returns the current refcount.
|
|
Current refcount.
|