Base class for elements within a hash table. More...
#include <ogdf/basic/Hashing.h>
Public Member Functions | |
HashElementBase (size_t hashValue) | |
Creates a hash element with hash value hashValue . More... | |
size_t | hashValue () const |
Returns the hash value of this element. More... | |
HashElementBase * | next () const |
Returns the successor to this element in the list. More... | |
Private Attributes | |
size_t | m_hashValue |
The hash value. More... | |
HashElementBase * | m_next |
The successor in the list. More... | |
Friends | |
class | HashingBase |
Base class for elements within a hash table.
This class realizes only chaining of elements and maintianing hash values for rehashing.
|
inlineexplicit |
|
inline |
|
inline |
|
friend |
|
private |
|
private |