![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/hash.h>
Public Member Functions | |
| Hasher (void) | |
| template<class T > | |
| void | add (const T &value) |
| template<class T > | |
| Hasher & | operator+= (const T &value) |
| template<class T > | |
| Hasher & | operator<< (const T &value) |
| t::hash | hash (void) const |
| operator t::hash (void) const | |
|
inline |
References HashKey< T >::hash().
|
inline |
|
inline |