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

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