WTF
WTF::GenericHashTraits< T > Struct Template Reference
#include <HashTraits.h>
Inheritance diagram for WTF::GenericHashTraits< T >:

Public Types | |
typedef T | TraitType |
Static Public Member Functions | |
static T | emptyValue () |
Detailed Description
template<typename T>
struct WTF::GenericHashTraits< T >
Definition at line 93 of file HashTraits.h.
Member Typedef Documentation
template<typename T >
typedef T WTF::GenericHashTraits< T >::TraitType |
Reimplemented in WTF::PairHashTraits< FirstTraitsArg, SecondTraitsArg >, and WTF::PairHashTraits< WTF::HashTraits< First >, WTF::HashTraits< Second > >.
Definition at line 94 of file HashTraits.h.
Member Function Documentation
template<typename T >
static T WTF::GenericHashTraits< T >::emptyValue | ( | ) | [inline, static] |
Reimplemented in WTF::FloatHashTraits< T >, WTF::PairHashTraits< FirstTraitsArg, SecondTraitsArg >, WTF::FloatHashTraits< double >, WTF::FloatHashTraits< float >, and WTF::PairHashTraits< WTF::HashTraits< First >, WTF::HashTraits< Second > >.
Definition at line 95 of file HashTraits.h.
The documentation for this struct was generated from the following file: