WTF
WTF::PtrHash< RefPtr< P > > Struct Template 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 (const RefPtr< P > &a, P *b) |
| static bool | equal (P *a, const RefPtr< P > &b) |
| static bool | equal (RefPtr< P > a, RefPtr< P > b) |
| static unsigned | hash (const RefPtr< P > &key) |
| static unsigned | hash (RefPtr< P > key) |
| Static Public Member Functions inherited from WTF::PtrHash< P * > | |
| static bool | equal (P *a, P *b) |
| static bool | equal (P *a, P *b) |
| static unsigned | hash (P *key) |
| static unsigned | hash (P *key) |
Static Public Attributes | |
| static const bool | safeToCompareToEmptyOrDeleted |
| Static Public Attributes inherited from WTF::PtrHash< P * > | |
| static const bool | safeToCompareToEmptyOrDeleted |
| static const bool | safeToCompareToEmptyOrDeleted |
Detailed Description
template<typename P>
struct WTF::PtrHash< RefPtr< P > >
struct WTF::PtrHash< RefPtr< P > >
Definition at line 122 of file HashFunctions.h.
Member Function Documentation
◆ equal() [1/4]
template<typename P>
|
inlinestatic |
Definition at line 126 of file HashFunctions.h.
◆ equal() [2/4]
template<typename P>
|
inlinestatic |
Definition at line 128 of file HashFunctions.h.
◆ equal() [3/4]
template<typename P>
|
inlinestatic |
Definition at line 127 of file HashFunctions.h.
◆ equal() [4/4]
|
inlinestatic |
Definition at line 119 of file HashFunctions.h.
◆ hash() [1/2]
template<typename P>
|
inlinestatic |
Definition at line 124 of file HashFunctions.h.
◆ hash() [2/2]
|
inlinestatic |
Definition at line 108 of file HashFunctions.h.
Member Data Documentation
◆ safeToCompareToEmptyOrDeleted
|
static |
Definition at line 120 of file HashFunctions.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.