WTF
#include <HashCountedSet.h>
Public Types | |
typedef Value | ValueType |
Public Member Functions | |
HashCountedSet () | |
std::pair< iterator, bool > | add (const ValueType &value) |
iterator | begin () |
const_iterator | begin () const |
int | capacity () const |
void | clear () |
bool | contains (const ValueType &value) const |
unsigned | count (const ValueType &value) const |
iterator | end () |
const_iterator | end () const |
iterator | find (const ValueType &value) |
const_iterator | find (const ValueType &value) const |
bool | isEmpty () const |
void | remove (const ValueType &value) |
void | remove (iterator it) |
int | size () const |
Detailed Description
class WTF::HashCountedSet< Value, HashFunctions, Traits >
Definition at line 33 of file HashCountedSet.h.
Member Typedef Documentation
◆ ValueType
typedef Value WTF::HashCountedSet< Value, HashFunctions, Traits >::ValueType |
Definition at line 37 of file HashCountedSet.h.
Constructor & Destructor Documentation
◆ HashCountedSet()
|
inline |
Definition at line 41 of file HashCountedSet.h.
Member Function Documentation
◆ add()
|
inline |
Definition at line 141 of file HashCountedSet.h.
◆ begin() [1/2]
|
inline |
Definition at line 93 of file HashCountedSet.h.
◆ begin() [2/2]
|
inline |
Definition at line 105 of file HashCountedSet.h.
◆ capacity()
|
inline |
Definition at line 81 of file HashCountedSet.h.
◆ clear()
|
inline |
Definition at line 170 of file HashCountedSet.h.
◆ contains()
|
inline |
Definition at line 129 of file HashCountedSet.h.
◆ count()
|
inline |
Definition at line 135 of file HashCountedSet.h.
◆ end() [1/2]
|
inline |
Definition at line 99 of file HashCountedSet.h.
◆ end() [2/2]
|
inline |
Definition at line 111 of file HashCountedSet.h.
◆ find() [1/2]
|
inline |
Definition at line 117 of file HashCountedSet.h.
◆ find() [2/2]
|
inline |
Definition at line 123 of file HashCountedSet.h.
◆ isEmpty()
|
inline |
Definition at line 87 of file HashCountedSet.h.
◆ remove() [1/2]
|
inline |
Definition at line 149 of file HashCountedSet.h.
◆ remove() [2/2]
|
inline |
Definition at line 155 of file HashCountedSet.h.
◆ size()
|
inline |
Definition at line 75 of file HashCountedSet.h.
The documentation for this class was generated from the following file:
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.