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 (P *a, const RefPtr< P > &b) |
| static bool | equal (const RefPtr< P > &a, P *b) |
| static unsigned | hash (const RefPtr< P > &key) |
Static Public Member Functions inherited from WTF::PtrHash< P * > | |
| static bool | equal (P * a, P * b) |
| static unsigned | hash (P * key) |
Additional Inherited Members | |
Static Public Attributes inherited from WTF::PtrHash< P * > | |
| static const bool | safeToCompareToEmptyOrDeleted |
Detailed Description
template<typename P>
struct WTF::PtrHash< RefPtr< P > >
Definition at line 122 of file HashFunctions.h.
Member Function Documentation
◆ equal() [1/3]
template<typename P >
|
inlinestatic |
Definition at line 126 of file HashFunctions.h.
◆ equal() [2/3]
template<typename P >
|
inlinestatic |
Definition at line 127 of file HashFunctions.h.
◆ equal() [3/3]
template<typename P >
|
inlinestatic |
Definition at line 128 of file HashFunctions.h.
◆ hash()
template<typename P >
|
inlinestatic |
Definition at line 124 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-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:00:46 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:00:46 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Static Public Member Functions inherited from