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 unsigned | hash (const RefPtr< P > &key) |
![]() | |
static bool | equal (P * a, P * b) |
static unsigned | hash (P * key) |
Additional Inherited Members | |
![]() | |
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/3]
template<typename P >
|
inlinestatic |
Definition at line 126 of file HashFunctions.h.
◆ equal() [2/3]
template<typename P >
|
inlinestatic |
Definition at line 128 of file HashFunctions.h.
◆ equal() [3/3]
template<typename P >
|
inlinestatic |
Definition at line 127 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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.