TAO_Persistent_Index_IntId Class Reference

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>

Collaboration diagram for TAO_Persistent_Index_IntId:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

void TAO_Persistent_Index_IntId::operator= ( const TAO_Persistent_Index_IntId rhs  ) 

Assignment operator (does copy memory).


Member Data Documentation

Pointer to a Persistent Naming Context's counter.

Pointer to a Persistent Naming Context's hash map.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Mon Oct 12 14:54:04 2009 for TAO_CosNaming by  doxygen 1.6.1