WTF
WTF::HashSetTranslatorAdapter< ValueType, ValueTraits, T, Translator > Struct Template Reference
#include <HashSet.h>
Static Public Member Functions | |
static bool | equal (const ValueType &a, const T &b) |
static unsigned | hash (const T &key) |
static void | translate (ValueType &location, const T &key, const T &, unsigned hashCode) |
Detailed Description
template<typename ValueType, typename ValueTraits, typename T, typename Translator>
struct WTF::HashSetTranslatorAdapter< ValueType, ValueTraits, T, Translator >
Definition at line 103 of file HashSet.h.
Member Function Documentation
template<typename ValueType , typename ValueTraits , typename T , typename Translator >
static bool WTF::HashSetTranslatorAdapter< ValueType, ValueTraits, T, Translator >::equal | ( | const ValueType & | a, | |
const T & | b | |||
) | [inline, static] |
template<typename ValueType , typename ValueTraits , typename T , typename Translator >
static unsigned WTF::HashSetTranslatorAdapter< ValueType, ValueTraits, T, Translator >::hash | ( | const T & | key | ) | [inline, static] |
template<typename ValueType , typename ValueTraits , typename T , typename Translator >
static void WTF::HashSetTranslatorAdapter< ValueType, ValueTraits, T, Translator >::translate | ( | ValueType & | location, | |
const T & | key, | |||
const T & | , | |||
unsigned | hashCode | |||
) | [inline, static] |
The documentation for this struct was generated from the following file: