WTF
WTF::HashMapTranslator< ValueType, ValueTraits, HashFunctions > Struct Template 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) |
Detailed Description
template<typename ValueType, typename ValueTraits, typename HashFunctions>
struct WTF::HashMapTranslator< ValueType, ValueTraits, HashFunctions >
Member Typedef Documentation
template<typename ValueType , typename ValueTraits , typename HashFunctions >
typedef ValueType::first_type WTF::HashMapTranslator< ValueType, ValueTraits, HashFunctions >::KeyType |
template<typename ValueType , typename ValueTraits , typename HashFunctions >
typedef ValueType::second_type WTF::HashMapTranslator< ValueType, ValueTraits, HashFunctions >::MappedType |
Member Function Documentation
template<typename ValueType , typename ValueTraits , typename HashFunctions >
|
inlinestatic |
template<typename ValueType , typename ValueTraits , typename HashFunctions >
|
inlinestatic |
template<typename ValueType , typename ValueTraits , typename HashFunctions >
|
inlinestatic |
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.