#include <Hashable.h>
Inheritance diagram for ACE_Recyclable:
Public Methods | |
virtual | ~ACE_Recyclable (void) |
Destructor. More... | |
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. More... | |
Protected Attributes | |
ACE_Recyclable_State | recycle_state_ |
Our state. More... |
|
Destructor.
|
|
Protected constructor.
|
|
|
|
|
|
Our state.
|