Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
HashKey< T * > Class Template Reference

#include <elm/hash.h>

Public Member Functions

t::hash computeHash (T *key) const
 
bool isEqual (T *key1, T *key2) const
 

Static Public Member Functions

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

Member Function Documentation

◆ computeHash()

t::hash computeHash ( T *  key) const
inline

References elm::hash().

◆ equals()

static bool equals ( T *  key1,
T *  key2 
)
inlinestatic

◆ hash()

static t::hash hash ( T *  key)
inlinestatic

References elm::hash_ptr().

◆ isEqual()

bool isEqual ( T *  key1,
T *  key2 
) const
inline

References elm::equals().


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