WTF
WTF::RefPtrHashMapRawKeyTranslator< RawKeyType, ValueType, ValueTraits, HashFunctions > Struct Template Reference
#include <RefPtrHashMap.h>
Detailed Description
template<typename RawKeyType, typename ValueType, typename ValueTraits, typename HashFunctions>
struct WTF::RefPtrHashMapRawKeyTranslator< RawKeyType, ValueType, ValueTraits, HashFunctions >
Definition at line 30 of file RefPtrHashMap.h.
Public Types | |
typedef ValueTraits::FirstTraits | KeyTraits |
typedef ValueType::first_type | KeyType |
typedef ValueTraits::SecondTraits | MappedTraits |
typedef ValueType::second_type | MappedType |
Static Public Member Functions | |
static bool | equal (const KeyType &a, RawKeyType b) |
static unsigned | hash (RawKeyType key) |
static void | translate (ValueType &location, RawKeyType key, const MappedType &mapped) |
Member Typedef Documentation
template<typename RawKeyType, typename ValueType, typename ValueTraits, typename HashFunctions>
typedef ValueTraits::FirstTraits WTF::RefPtrHashMapRawKeyTranslator< RawKeyType, ValueType, ValueTraits, HashFunctions >::KeyTraits |
Definition at line 33 of file RefPtrHashMap.h.
template<typename RawKeyType, typename ValueType, typename ValueTraits, typename HashFunctions>
typedef ValueType::first_type WTF::RefPtrHashMapRawKeyTranslator< RawKeyType, ValueType, ValueTraits, HashFunctions >::KeyType |
Definition at line 31 of file RefPtrHashMap.h.
template<typename RawKeyType, typename ValueType, typename ValueTraits, typename HashFunctions>
typedef ValueTraits::SecondTraits WTF::RefPtrHashMapRawKeyTranslator< RawKeyType, ValueType, ValueTraits, HashFunctions >::MappedTraits |
Definition at line 34 of file RefPtrHashMap.h.
template<typename RawKeyType, typename ValueType, typename ValueTraits, typename HashFunctions>
typedef ValueType::second_type WTF::RefPtrHashMapRawKeyTranslator< RawKeyType, ValueType, ValueTraits, HashFunctions >::MappedType |
Definition at line 32 of file RefPtrHashMap.h.
Member Function Documentation
template<typename RawKeyType, typename ValueType, typename ValueTraits, typename HashFunctions>
static bool WTF::RefPtrHashMapRawKeyTranslator< RawKeyType, ValueType, ValueTraits, HashFunctions >::equal | ( | const KeyType & | a, | |
RawKeyType | b | |||
) | [inline, static] |
Definition at line 37 of file RefPtrHashMap.h.
template<typename RawKeyType, typename ValueType, typename ValueTraits, typename HashFunctions>
static unsigned WTF::RefPtrHashMapRawKeyTranslator< RawKeyType, ValueType, ValueTraits, HashFunctions >::hash | ( | RawKeyType | key | ) | [inline, static] |
Definition at line 36 of file RefPtrHashMap.h.
template<typename RawKeyType, typename ValueType, typename ValueTraits, typename HashFunctions>
static void WTF::RefPtrHashMapRawKeyTranslator< RawKeyType, ValueType, ValueTraits, HashFunctions >::translate | ( | ValueType & | location, | |
RawKeyType | key, | |||
const MappedType & | mapped | |||
) | [inline, static] |
Definition at line 38 of file RefPtrHashMap.h.
The documentation for this struct was generated from the following file: