Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/hash.h>
Public Member Functions | |
t::hash | computeHash (string key) const |
bool | isEqual (string key1, string key2) const |
Static Public Member Functions | |
static t::hash | hash (const String &key) |
static bool | equals (const String &key1, const String &key2) |
References HashKey< T >::hash().
References String::chars(), elm::hash_string(), and String::length().
References HashKey< T >::equals().