ACE 8.0.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | Friends | List of all members
ACE_Hash_Multi_Map_Entry< EXT_ID, INT_ID > Class Template Reference

Define an entry in the hash table. More...

#include <Hash_Multi_Map_Manager_T.h>

Collaboration diagram for ACE_Hash_Multi_Map_Entry< EXT_ID, INT_ID >:
Collaboration graph
[legend]

Public Types

typedef ACE_Unbounded_Set< INT_IDVALUE_SET
 
typedef ACE_Unbounded_Set_Iterator< INT_IDVALUE_SET_ITERATOR
 

Public Member Functions

 ACE_Hash_Multi_Map_Entry (const EXT_ID &ext_id, const ACE_Unbounded_Set< INT_ID > &int_id_set, ACE_Hash_Multi_Map_Entry< EXT_ID, INT_ID > *next=0, ACE_Hash_Multi_Map_Entry< EXT_ID, INT_ID > *prev=0)
 Constructor.
 
 ACE_Hash_Multi_Map_Entry (ACE_Hash_Multi_Map_Entry< EXT_ID, INT_ID > *next, ACE_Hash_Multi_Map_Entry< EXT_ID, INT_ID > *prev)
 Constructor.
 
 ~ACE_Hash_Multi_Map_Entry ()=default
 Destructor.
 
EXT_IDkey ()
 Key accessor.
 
ACE_Unbounded_Set< INT_ID > & item ()
 Item accessor.
 
void dump () const
 Dump the state of an object.
 

Public Attributes

EXT_ID ext_id_
 
ACE_Unbounded_Set< INT_IDint_id_set_
 
ACE_Hash_Multi_Map_Entry< EXT_ID, INT_ID > * next_
 Pointer to the next item in the bucket of overflow nodes.
 
ACE_Hash_Multi_Map_Entry< EXT_ID, INT_ID > * prev_
 Pointer to the prev item in the bucket of overflow nodes.
 

Friends

class ACE_Unbounded_Set< INT_ID >
 

Detailed Description

template<class EXT_ID, class INT_ID>
class ACE_Hash_Multi_Map_Entry< EXT_ID, INT_ID >

Define an entry in the hash table.

Member Typedef Documentation

◆ VALUE_SET

◆ VALUE_SET_ITERATOR

Constructor & Destructor Documentation

◆ ACE_Hash_Multi_Map_Entry() [1/2]

Constructor.

◆ ACE_Hash_Multi_Map_Entry() [2/2]

Constructor.

◆ ~ACE_Hash_Multi_Map_Entry()

Destructor.

Member Function Documentation

◆ dump()

template<class EXT_ID , class INT_ID >
void ACE_Hash_Multi_Map_Entry< EXT_ID, INT_ID >::dump ( ) const

Dump the state of an object.

◆ item()

Item accessor.

◆ key()

Key accessor.

Friends And Related Symbol Documentation

◆ ACE_Unbounded_Set< INT_ID >

Member Data Documentation

◆ ext_id_

Key used to look up an entry.

Todo
Should be private

◆ int_id_set_

The contents of the entry itself.

Todo
Should be private

◆ next_

Pointer to the next item in the bucket of overflow nodes.

◆ prev_

Pointer to the prev item in the bucket of overflow nodes.


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