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