#include <Cache_Entries.h>
Collaboration diagram for TAO::Cache_IntId:
Public Member Functions | |
Cache_IntId (void) | |
Constructor. | |
Cache_IntId (TAO_Transport *transport) | |
Constructor. | |
Cache_IntId (const Cache_IntId &rhs) | |
Copy constructor. | |
~Cache_IntId (void) | |
Destructor. | |
Cache_IntId & | operator= (const Cache_IntId &rhs) |
Assignment operator (does copy memory). | |
bool | operator== (const Cache_IntId &rhs) const |
Equality comparison operator (must match both id_ and kind_). | |
bool | operator!= (const Cache_IntId &rhs) const |
Inequality comparison operator. | |
TAO_Transport * | transport (void) |
Return the underlying transport. | |
const TAO_Transport * | transport (void) const |
Return the underlying transport. | |
void | recycle_state (Cache_Entries_State new_state) |
Set <recycle_state>. | |
Cache_Entries_State | recycle_state (void) |
Get <recycle_state>. | |
TAO_Transport * | relinquish_transport (void) |
Private Attributes | |
TAO_Transport * | transport_ |
The transport that needs to be cached. | |
Cache_Entries_State | recycle_state_ |
The state of the handle. |
Helper class that wraps the
part of the Map or table holding the Transport state.: unifies data items, so they can be stored together as a
for a <key> in a table holding the state of the Transport Cache.
ACE_INLINE TAO::Cache_IntId::Cache_IntId | ( | void | ) |
Constructor.
TAO::Cache_IntId::Cache_IntId | ( | TAO_Transport * | transport | ) |
Constructor.
ACE_INLINE TAO::Cache_IntId::Cache_IntId | ( | const Cache_IntId & | rhs | ) |
Copy constructor.
TAO::Cache_IntId::~Cache_IntId | ( | void | ) |
Destructor.
ACE_INLINE bool TAO::Cache_IntId::operator!= | ( | const Cache_IntId & | rhs | ) | const |
Inequality comparison operator.
Cache_IntId & TAO::Cache_IntId::operator= | ( | const Cache_IntId & | rhs | ) |
Assignment operator (does copy memory).
ACE_INLINE bool TAO::Cache_IntId::operator== | ( | const Cache_IntId & | rhs | ) | const |
Equality comparison operator (must match both id_ and kind_).
ACE_INLINE Cache_Entries_State TAO::Cache_IntId::recycle_state | ( | void | ) |
Get <recycle_state>.
ACE_INLINE void TAO::Cache_IntId::recycle_state | ( | Cache_Entries_State | new_state | ) |
Set <recycle_state>.
ACE_INLINE TAO_Transport * TAO::Cache_IntId::relinquish_transport | ( | void | ) |
ACE_INLINE const TAO_Transport * TAO::Cache_IntId::transport | ( | void | ) | const |
Return the underlying transport.
ACE_INLINE TAO_Transport * TAO::Cache_IntId::transport | ( | void | ) |
Return the underlying transport.
The state of the handle.
TAO_Transport* TAO::Cache_IntId::transport_ [private] |
The transport that needs to be cached.