feisty meow concerns codebase
2.140
|
#include <string_hasher.h>
Public Member Functions | |
virtual basis::un_int | hash (const void *key_data, int key_length) const |
similar to string_hasher, but expects "key_data" as an astring pointer. More... | |
virtual hashing_algorithm * | clone () const |
implements cloning of the algorithm object. More... | |
Definition at line 41 of file string_hasher.h.
|
virtual |
implements cloning of the algorithm object.
Implements structures::hashing_algorithm.
Definition at line 71 of file string_hasher.cpp.
|
virtual |
similar to string_hasher, but expects "key_data" as an astring pointer.
Implements structures::hashing_algorithm.
Definition at line 74 of file string_hasher.cpp.
References structures::string_hasher::hash(), basis::astring::length(), and basis::astring::observe().