Public Member Functions | |
| void | changeKey (const KeyType &new_key) |
| Changes the key value. | |
Protected Attributes | |
| KeyTypeValue | m_key |
| Search key. | |
| HashData * | m_next |
Friends | |
| class | HashTableBaseT< KeyType, TraitsType > |
Definition at line 109 of file HashTable.h.
|
inline |
Definition at line 117 of file HashTable.h.
|
inline |
Changes the key value.
After changing the value of one or more keys, a rehash must be performed().
Definition at line 129 of file HashTable.h.
References m_key.
|
friend |
Definition at line 265 of file HashTable.h.
|
protected |
Search key.
Definition at line 136 of file HashTable.h.
Referenced by changeKey(), and Arcane::HashTableBaseT< KeyType, TraitsType >::rehash().
|
protected |
Definition at line 137 of file HashTable.h.