ACE
6.1.0
|
#include <Recyclable.h>
Public Member Functions | |
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 Member Functions | |
ACE_Recyclable (ACE_Recyclable_State initial_state) | |
Constructor. | |
Protected Attributes | |
ACE_Recyclable_State | recycle_state_ |
Our state. |
ACE_Recyclable::~ACE_Recyclable | ( | void | ) | [virtual] |
Destructor.
ACE_Recyclable::ACE_Recyclable | ( | ACE_Recyclable_State | initial_state | ) | [protected] |
Constructor.
ACE_Recyclable_State ACE_Recyclable::recycle_state | ( | void | ) | const [inline] |
Get the recyclable bit.
void ACE_Recyclable::recycle_state | ( | ACE_Recyclable_State | new_state | ) | [inline] |
Set the recyclable bit.
ACE_Recyclable_State ACE_Recyclable::recycle_state_ [protected] |
Our state.