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 (cstring key) const |
bool | isEqual (cstring key1, cstring key2) const |
Static Public Member Functions | |
static t::hash | hash (CString key) |
static bool | equals (CString key1, CString key2) |
References HashKey< T >::hash().
References CString::chars(), and elm::hash_cstring().
References HashKey< T >::equals().