ACE 8.0.1
|
#include <Recyclable.h>
Public Member Functions | |
virtual | ~ACE_Recyclable ()=default |
Destructor. | |
ACE_Recyclable_State | recycle_state () const |
Get the recyclable bit. | |
void | recycle_state (ACE_Recyclable_State new_state) |
Set the recyclable bit. | |
Protected Member Functions | |
ACE_Recyclable (ACE_Recyclable_State initial_state) | |
Constructor. | |
Protected Attributes | |
ACE_Recyclable_State | recycle_state_ |
Our state. | |
|
virtualdefault |
Destructor.
|
protected |
Constructor.
|
inline |
Get the recyclable bit.
|
inline |
Set the recyclable bit.
|
protected |
Our state.