WTF
WTF::HashTraits< P * > Struct Template Reference
#include <HashTraits.h>
Inheritance diagram for WTF::HashTraits< P * >:

Static Public Member Functions | |
static void | constructDeletedValue (P **slot) |
static bool | isDeletedValue (P *value) |
Static Public Attributes | |
static const bool | emptyValueIsZero = true |
static const bool | needsDestruction = false |
Detailed Description
template<typename P>
struct WTF::HashTraits< P * >
Definition at line 110 of file HashTraits.h.
Member Function Documentation
template<typename P >
static void WTF::HashTraits< P * >::constructDeletedValue | ( | P ** | slot | ) | [inline, static] |
Definition at line 113 of file HashTraits.h.
template<typename P >
static bool WTF::HashTraits< P * >::isDeletedValue | ( | P * | value | ) | [inline, static] |
Definition at line 114 of file HashTraits.h.
Member Data Documentation
template<typename P >
const bool WTF::HashTraits< P * >::emptyValueIsZero = true [static] |
Definition at line 111 of file HashTraits.h.
template<typename P >
const bool WTF::HashTraits< P * >::needsDestruction = false [static] |
Definition at line 112 of file HashTraits.h.
The documentation for this struct was generated from the following file: