#include <Recyclable.h>
Inheritance diagram for ACE_Recyclable:
Public Methods | |
virtual | ~ACE_Recyclable (void) |
Destructor. | |
ACE_Recyclable_State | recycle_state (void) const |
Get the recyclable bit. | |
void | recycle_state (ACE_Recyclable_State new_state) |
Set the recyclable bit. | |
Protected Methods | |
ACE_Recyclable (ACE_Recyclable_State initial_state) | |
Protected constructor. | |
Protected Attributes | |
ACE_Recyclable_State | recycle_state_ |
Our state. |
|
Destructor.
|
|
Protected constructor.
|
|
Set the recyclable bit.
|
|
Get the recyclable bit.
|
|
Our state.
|