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

Static Public Member Functions | |
static void | constructDeletedValue (T *slot) |
static T | emptyValue () |
static bool | isDeletedValue (T value) |
Static Public Attributes | |
static const bool | needsDestruction = false |
Detailed Description
template<typename T>
struct WTF::FloatHashTraits< T >
Definition at line 100 of file HashTraits.h.
Member Function Documentation
template<typename T >
static void WTF::FloatHashTraits< T >::constructDeletedValue | ( | T * | slot | ) | [inline, static] |
Definition at line 103 of file HashTraits.h.
template<typename T >
static T WTF::FloatHashTraits< T >::emptyValue | ( | ) | [inline, static] |
template<typename T >
static bool WTF::FloatHashTraits< T >::isDeletedValue | ( | T | value | ) | [inline, static] |
Definition at line 104 of file HashTraits.h.
Member Data Documentation
template<typename T >
const bool WTF::FloatHashTraits< T >::needsDestruction = false [static] |
Definition at line 101 of file HashTraits.h.
The documentation for this struct was generated from the following file: