ACE 8.0.5
Loading...
Searching...
No Matches
ACE_Recyclable Class Reference

#include <Recyclable.h>

Inheritance diagram for ACE_Recyclable:

Public Member Functions

virtual ~ACE_Recyclable ()=default
 Destructor.
ACE_Recyclable_State recycle_state () 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.

Constructor & Destructor Documentation

◆ ~ACE_Recyclable()

virtual ACE_Recyclable::~ACE_Recyclable ( )
virtualdefault

Destructor.

◆ ACE_Recyclable()

ACE_Recyclable::ACE_Recyclable ( ACE_Recyclable_State initial_state)
protected

Constructor.

Member Function Documentation

◆ recycle_state() [1/2]

ACE_Recyclable_State ACE_Recyclable::recycle_state ( ) const
inline

Get the recyclable bit.

◆ recycle_state() [2/2]

void ACE_Recyclable::recycle_state ( ACE_Recyclable_State new_state)
inline

Set the recyclable bit.

Member Data Documentation

◆ recycle_state_

ACE_Recyclable_State ACE_Recyclable::recycle_state_
protected

Our state.


The documentation for this class was generated from the following files: