Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::HashKey< const T & > Class Template Reference

#include <elm/util/HashKey.h>

Static Public Member Functions

static t::hash hash (const T &key)
 
static bool equals (const T &key1, const T &key2)
 

Member Function Documentation

template<class T >
static bool elm::HashKey< const T & >::equals ( const T &  key1,
const T &  key2 
)
static

References elm::hash_equals().

template<class T >
static t::hash elm::HashKey< const T & >::hash ( const T &  key)
static

References elm::hash_jenkins().


The documentation for this class was generated from the following file: