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

Detailed Description
template<typename P>
struct WTF::HashTraits< P * >
Definition at line 97 of file HashTraits.h.
Public Types | |
| typedef HashTraits< typename IntTypes< sizeof(P *)> ::SignedType | StorageTraits ) |
Static Public Member Functions | |
| static P * | deletedValue () |
Static Public Attributes | |
| static const bool | emptyValueIsZero = true |
| static const bool | needsDestruction = false |
Member Typedef Documentation
template<typename P>
| typedef HashTraits<typename IntTypes<sizeof(P*)>::SignedType WTF::HashTraits< P * >::StorageTraits) |
Definition at line 98 of file HashTraits.h.
Member Function Documentation
template<typename P>
| static P* WTF::HashTraits< P * >::deletedValue | ( | ) | [inline, static] |
Definition at line 101 of file HashTraits.h.
Member Data Documentation
template<typename P>
const bool WTF::HashTraits< P * >::emptyValueIsZero = true [static] |
Definition at line 99 of file HashTraits.h.
template<typename P>
const bool WTF::HashTraits< P * >::needsDestruction = false [static] |
Definition at line 100 of file HashTraits.h.
The documentation for this struct was generated from the following file:
KDE 4.0 API Reference