WTF::HashMapTranslator Struct Reference
#include <HashMap.h>
Public Types | |
| typedef ValueType::first_type | KeyType |
| typedef ValueType::second_type | MappedType |
Static Public Member Functions | |
| static bool | equal (const KeyType &a, const KeyType &b) |
| static unsigned | hash (const KeyType &key) |
| static void | translate (ValueType &location, const KeyType &key, const MappedType &mapped) |
Member Typedef Documentation
| typedef ValueType::first_type WTF::HashMapTranslator::KeyType |
| typedef ValueType::second_type WTF::HashMapTranslator::MappedType |
Member Function Documentation
| static unsigned WTF::HashMapTranslator::hash | ( | const KeyType & | key | ) | [inline, static] |
| static void WTF::HashMapTranslator::translate | ( | ValueType & | location, |
| const KeyType & | key, | ||
| const MappedType & | mapped | ||
| ) | [inline, static] |
The documentation for this struct was generated from the following file:
KDE 4.7 API Reference