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

Static Public Member Functions | |
| static bool | equal (const RefPtr< P > &a, const RefPtr< P > &b) |
| static bool | equal (P *a, const RefPtr< P > &b) |
| static bool | equal (const RefPtr< P > &a, P *b) |
| static unsigned | hash (const RefPtr< P > &key) |
Member Function Documentation
| 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.
| static bool WTF::PtrHash< RefPtr< P > >::equal | ( | P * | a, |
| const RefPtr< P > & | b | ||
| ) | [inline, static] |
Definition at line 127 of file HashFunctions.h.
| static bool WTF::PtrHash< RefPtr< P > >::equal | ( | const RefPtr< P > & | a, |
| P * | b | ||
| ) | [inline, static] |
Definition at line 128 of file HashFunctions.h.
| 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:
KDE 4.7 API Reference