TAO_CosNaming
2.0.8
|
Helper class for TAO_Persistent_Context_Index: unifies several data items, so they can be stored together as a for a <key> in a hash table holding the state of a Persistent Context Index. (Persistent Context Index is like directory that stores info about every active Naming Context). More...
#include <Persistent_Entries.h>
Public Member Functions | |
TAO_Persistent_Index_IntId (void) | |
Constructor. | |
TAO_Persistent_Index_IntId (ACE_UINT32 *counter, ACE_Hash_Map_With_Allocator< TAO_Persistent_ExtId, TAO_Persistent_IntId > *hash_map) | |
Constructor. | |
TAO_Persistent_Index_IntId (const TAO_Persistent_Index_IntId &rhs) | |
Copy constructor. | |
~TAO_Persistent_Index_IntId (void) | |
Destructor. | |
void | operator= (const TAO_Persistent_Index_IntId &rhs) |
Assignment operator (does copy memory). | |
Public Attributes | |
ACE_UINT32 * | counter_ |
Pointer to a Persistent Naming Context's counter. | |
ACE_Hash_Map_With_Allocator < TAO_Persistent_ExtId, TAO_Persistent_IntId > * | hash_map_ |
Pointer to a Persistent Naming Context's hash map. |
Helper class for TAO_Persistent_Context_Index: unifies several data items, so they can be stored together as a
for a <key> in a hash table holding the state of a Persistent Context Index. (Persistent Context Index is like directory that stores info about every active Naming Context).
This class holds a counter and a hash map pointers, so they can be stored together as a
for a <key> in a hash table holding the state of a Persistent Context Index.
TAO_Persistent_Index_IntId::TAO_Persistent_Index_IntId | ( | void | ) |
Constructor.
TAO_Persistent_Index_IntId::TAO_Persistent_Index_IntId | ( | ACE_UINT32 * | counter, |
ACE_Hash_Map_With_Allocator< TAO_Persistent_ExtId, TAO_Persistent_IntId > * | hash_map | ||
) |
Constructor.
TAO_Persistent_Index_IntId::TAO_Persistent_Index_IntId | ( | const TAO_Persistent_Index_IntId & | rhs | ) |
Copy constructor.
TAO_Persistent_Index_IntId::~TAO_Persistent_Index_IntId | ( | void | ) |
Destructor.
void TAO_Persistent_Index_IntId::operator= | ( | const TAO_Persistent_Index_IntId & | rhs | ) |
Assignment operator (does copy memory).
ACE_UINT32* TAO_Persistent_Index_IntId::counter_ |
Pointer to a Persistent Naming Context's counter.
ACE_Hash_Map_With_Allocator<TAO_Persistent_ExtId, TAO_Persistent_IntId>* TAO_Persistent_Index_IntId::hash_map_ |
Pointer to a Persistent Naming Context's hash map.