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