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

#include <elm/hash.h>

Public Member Functions

t::hash computeHash (const sys::Path &key) const
 
bool isEqual (const sys::Path &key1, const sys::Path &key2) const
 

Static Public Member Functions

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

Member Function Documentation

◆ computeHash()

t::hash computeHash ( const sys::Path key) const
inline

References HashKey< T >::hash().

◆ equals()

bool equals ( const sys::Path key1,
const sys::Path key2 
)
static

◆ hash()

t::hash hash ( const sys::Path key)
static

References elm::hash(), and Path::toString().

◆ isEqual()

bool isEqual ( const sys::Path key1,
const sys::Path key2 
) const
inline

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