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