This is just a convenient place to put some useful hash functions. More...
#include <include/EST_THash.h>
Static Public Member Functions | |
static unsigned int | DefaultHash (const void *data, ssize_t size, unsigned int n) |
A generally useful hash function. More... | |
static unsigned int | StringHash (const EST_String &key, unsigned int size) |
A hash function for strings. More... | |
This is just a convenient place to put some useful hash functions.
Definition at line 60 of file EST_THash.h.
|
static |
A generally useful hash function.
Definition at line 45 of file THash_aux.cc.
|
static |
A hash function for strings.
Definition at line 50 of file THash_aux.cc.