ACE 8.0.1
|
Define an entry in the hash table. More...
#include <Hash_Map_Manager_T.h>
Public Member Functions | |
ACE_Hash_Map_Entry (const EXT_ID &ext_id, const INT_ID &int_id, ACE_Hash_Map_Entry< EXT_ID, INT_ID > *next=0, ACE_Hash_Map_Entry< EXT_ID, INT_ID > *prev=0) | |
Constructor. | |
ACE_Hash_Map_Entry (ACE_Hash_Map_Entry< EXT_ID, INT_ID > *next, ACE_Hash_Map_Entry< EXT_ID, INT_ID > *prev) | |
Constructor. | |
~ACE_Hash_Map_Entry () | |
Destructor. | |
EXT_ID & | key () |
Key accessor. | |
const EXT_ID & | key () const |
Read-only key accessor. | |
INT_ID & | item () |
Item accessor. | |
const INT_ID & | item () const |
Read-only item accessor. | |
void | dump () const |
Dump the state of an object. | |
Public Attributes | |
EXT_ID | ext_id_ |
INT_ID | int_id_ |
ACE_Hash_Map_Entry< EXT_ID, INT_ID > * | next_ |
Pointer to the next item in the bucket of overflow nodes. | |
ACE_Hash_Map_Entry< EXT_ID, INT_ID > * | prev_ |
Pointer to the prev item in the bucket of overflow nodes. | |
Define an entry in the hash table.
ACE_Hash_Map_Entry< EXT_ID, INT_ID >::ACE_Hash_Map_Entry | ( | const EXT_ID & | ext_id, |
const INT_ID & | int_id, | ||
ACE_Hash_Map_Entry< EXT_ID, INT_ID > * | next = 0, | ||
ACE_Hash_Map_Entry< EXT_ID, INT_ID > * | prev = 0 ) |
Constructor.
class INT_ID ACE_Hash_Map_Entry< EXT_ID, INT_ID >::ACE_Hash_Map_Entry | ( | ACE_Hash_Map_Entry< EXT_ID, INT_ID > * | next, |
ACE_Hash_Map_Entry< EXT_ID, INT_ID > * | prev ) |
Constructor.
ACE_Hash_Map_Entry< EXT_ID, INT_ID >::~ACE_Hash_Map_Entry | ( | ) |
Destructor.
Dump the state of an object.
Item accessor.
const INT_ID & ACE_Hash_Map_Entry< EXT_ID, INT_ID >::item | ( | ) | const |
Read-only item accessor.
Key accessor.
const EXT_ID & ACE_Hash_Map_Entry< EXT_ID, INT_ID >::key | ( | ) | const |
Read-only key accessor.
Key used to look up an entry.
The contents of the entry itself.
ACE_Hash_Map_Entry<EXT_ID, INT_ID>* ACE_Hash_Map_Entry< EXT_ID, INT_ID >::next_ |
Pointer to the next item in the bucket of overflow nodes.
ACE_Hash_Map_Entry<EXT_ID, INT_ID>* ACE_Hash_Map_Entry< EXT_ID, INT_ID >::prev_ |
Pointer to the prev item in the bucket of overflow nodes.