#include <Strategies.h>
Inheritance diagram for ACE_Recyclable
Public Methods | |
virtual | ~ACE_Recyclable (void) |
Destructor. | |
ACE_Recyclable_State | recycle_state (void) const |
void | recycle_state (ACE_Recyclable_State new_state) |
Protected Methods | |
ACE_Recyclable (ACE_Recyclable_State initial_state) | |
Protected constructor. | |
Protected Attributes | |
ACE_Recyclable_State | recycle_state_ |
Our state. |
|
Destructor.
|
|
Protected constructor.
|
|
|
|
|
|
Our state.
|