|
libUTL++
|
Hash function. More...
#include <Hashtable.h>
Public Member Functions | |
| virtual | ~HashFunction () |
| Virtual destructor. More... | |
| virtual HashFunction * | clone () const =0 |
| Create new instance. More... | |
| virtual size_t | hash (const Object *object, size_t size) const |
| Compute the hash function for the given object. More... | |
Hash function.
Definition at line 30 of file Hashtable.h.
|
inlinevirtual |
|
pure virtual |
Create new instance.
|
inlinevirtual |
Compute the hash function for the given object.
Definition at line 43 of file Hashtable.h.