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

Detailed Description
template<typename P>
struct WTF::PtrHash< RefPtr< P > >
Definition at line 122 of file HashFunctions.h.
Static Public Member Functions | |
static bool | equal (const RefPtr< P > &a, P *b) |
static bool | equal (P *a, const RefPtr< P > &b) |
static bool | equal (const RefPtr< P > &a, const RefPtr< P > &b) |
static unsigned | hash (const RefPtr< P > &key) |
Member Function Documentation
template<typename P>
static bool WTF::PtrHash< RefPtr< P > >::equal | ( | const RefPtr< P > & | a, | |
P * | b | |||
) | [inline, static] |
Definition at line 128 of file HashFunctions.h.
template<typename P>
static bool WTF::PtrHash< RefPtr< P > >::equal | ( | P * | a, | |
const RefPtr< P > & | b | |||
) | [inline, static] |
Definition at line 127 of file HashFunctions.h.
template<typename P>
static bool WTF::PtrHash< RefPtr< P > >::equal | ( | const RefPtr< P > & | a, | |
const RefPtr< P > & | b | |||
) | [inline, static] |
Definition at line 126 of file HashFunctions.h.
template<typename P>
static unsigned WTF::PtrHash< RefPtr< P > >::hash | ( | const RefPtr< P > & | key | ) | [inline, static] |
Definition at line 124 of file HashFunctions.h.
The documentation for this struct was generated from the following file: