WTF
WTF::IdentityHashTranslator< Key, Value, HashFunctions > Class Template Reference
#include <HashTable.h>
Static Public Member Functions | |
static bool | equal (const Key &a, const Key &b) |
static unsigned | hash (const Key &key) |
static void | translate (Value &location, const Key &, const Value &value) |
Detailed Description
template<typename Key, typename Value, typename HashFunctions>
class WTF::IdentityHashTranslator< Key, Value, HashFunctions >
Definition at line 263 of file HashTable.h.
Member Function Documentation
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 266 of file HashTable.h.
template<typename Key , typename Value , typename HashFunctions >
static unsigned WTF::IdentityHashTranslator< Key, Value, HashFunctions >::hash | ( | const Key & | key | ) | [inline, static] |
Definition at line 265 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 | |||
) | [inline, static] |
Definition at line 267 of file HashTable.h.
The documentation for this class was generated from the following file: