#include <HashSet.h>
List of all members.
Static Public Member Functions |
| static bool | equal (const ValueType &a, const T &b) |
| static unsigned | hash (const T &key) |
| static void | translate (ValueType &location, const T &key, const T &, unsigned hashCode) |
Member Function Documentation
| static bool WTF::HashSetTranslatorAdapter::equal |
( |
const ValueType & |
a, |
|
|
const T & |
b |
|
) |
| [inline, static] |
| static unsigned WTF::HashSetTranslatorAdapter::hash |
( |
const T & |
key | ) |
[inline, static] |
| static void WTF::HashSetTranslatorAdapter::translate |
( |
ValueType & |
location, |
|
|
const T & |
key, |
|
|
const T & |
, |
|
|
unsigned |
hashCode |
|
) |
| [inline, static] |
The documentation for this struct was generated from the following file: