HDK
|
#include <UT_HashFunctor.h>
Public Member Functions | |
size_t | operator() (const T &o) const |
() operator for UT_Map More... | |
Static Public Member Functions | |
static size_t | hash (const T &o) |
hash() used by UT_ConcurrentHashMap More... | |
static bool | equal (const T &a, const T &b) |
equal() function used by UT_ConcurrentHashMap More... | |
A generic hash object which can be used by UT_Map and UT_ConcurrentHashMap. The template argument must have a hash()
method and a correct ==
operator.
Definition at line 21 of file UT_HashFunctor.h.
|
inlinestatic |
equal() function used by UT_ConcurrentHashMap
Definition at line 27 of file UT_HashFunctor.h.
|
inlinestatic |
hash() used by UT_ConcurrentHashMap
Definition at line 25 of file UT_HashFunctor.h.
|
inline |
() operator for UT_Map
Definition at line 30 of file UT_HashFunctor.h.