WTF
WTF::IdentityHashTranslator< Key, Value, HashFunctions > Class Template Reference
#include <HashTable.h>
Detailed Description
template<typename Key, typename Value, typename HashFunctions>
class WTF::IdentityHashTranslator< Key, Value, HashFunctions >
Definition at line 252 of file HashTable.h.
Static Public Member Functions | |
| static unsigned | hash (const Key &key) |
| static bool | equal (const Key &a, const Key &b) |
| static void | translate (Value &location, const Key &, const Value &value, unsigned) |
Member Function Documentation
template<typename Key, typename Value, typename HashFunctions>
| static unsigned WTF::IdentityHashTranslator< Key, Value, HashFunctions >::hash | ( | const Key & | key | ) | [inline, static] |
Definition at line 254 of file HashTable.h.
template<typename Key, typename Value, typename HashFunctions>
| static bool WTF::IdentityHashTranslator< Key, Value, HashFunctions >::equal | ( | const Key & | a, | |
| const Key & | b | |||
| ) | [inline, static] |
Definition at line 255 of file HashTable.h.
template<typename Key, typename Value, typename HashFunctions>
| static void WTF::IdentityHashTranslator< Key, Value, HashFunctions >::translate | ( | Value & | location, | |
| const Key & | , | |||
| const Value & | value, | |||
| unsigned | ||||
| ) | [inline, static] |
Definition at line 256 of file HashTable.h.
The documentation for this class was generated from the following file:
KDE 4.0 API Reference