#include <Hash_Map_Manager_T.h>
Inheritance diagram for ACE_Hash_Map_Entry< EXT_ID, INT_ID >:
Public Methods | |
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 (void) | |
Destructor. | |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
EXT_ID | ext_id_ |
Key used to look up an entry. | |
INT_ID | int_id_ |
The contents of the entry itself. | |
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. |
|
Constructor.
|
|
Constructor.
|
|
Destructor.
|
|
Dump the state of an object.
|
|
Key used to look up an entry.
|
|
The contents of the entry itself.
|
|
Pointer to the next item in the bucket of overflow nodes.
|
|
Pointer to the prev item in the bucket of overflow nodes.
|