![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/hash.h>
Public Types | |
| typedef Pair< T1, T2 > | T |
Public Member Functions | |
| t::hash | computeHash (const T &key) const |
| bool | isEqual (const T &key1, const T &key2) const |
Static Public Member Functions | |
| static t::hash | hash (const T &p) |
| static bool | equals (const T &p1, const T &p2) |
References HashKey< T >::hash().
References HashKey< T >::hash(), and elm::io::p().
References HashKey< T >::equals().