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

#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)
 

Member Function Documentation

◆ computeHash()

t::hash computeHash ( cstring  key) const
inline

References HashKey< T >::hash().

◆ equals()

static bool equals ( CString  key1,
CString  key2 
)
inlinestatic

◆ hash()

static t::hash hash ( CString  key)
inlinestatic

◆ isEqual()

bool isEqual ( cstring  key1,
cstring  key2 
) const
inline

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