WTF
WTF::HashSet< ValueArg, HashArg, TraitsArg > Class Template Reference
#include <HashSet.h>
Public Types | |
| typedef ValueTraits::TraitType | ValueType |
Public Member Functions | |
| pair< iterator, bool > | add (const ValueType &) |
| template<typename T , typename HashTranslator > | |
| pair< iterator, bool > | add (const T &) |
| template<typename T , typename Translator > | |
| pair< typename HashSet< Value, HashFunctions, Traits >::iterator, bool > | add (const T &value) |
| iterator | begin () |
| const_iterator | begin () const |
| int | capacity () const |
| void | clear () |
| bool | contains (const ValueType &) const |
| template<typename T , typename HashTranslator > | |
| bool | contains (const T &) const |
| iterator | end () |
| const_iterator | end () const |
| iterator | find (const ValueType &) |
| const_iterator | find (const ValueType &) const |
| template<typename T , typename HashTranslator > | |
| iterator | find (const T &) |
| template<typename T , typename HashTranslator > | |
| const_iterator | find (const T &) const |
| bool | isEmpty () const |
| void | remove (const ValueType &) |
| void | remove (iterator) |
| int | size () const |
| void | swap (HashSet &) |
Friends | |
| void | deleteAllValues (const HashSet &) |
Detailed Description
template<typename ValueArg, typename HashArg = typename DefaultHash<ValueArg>::Hash, typename TraitsArg = HashTraits<ValueArg>>
class WTF::HashSet< ValueArg, HashArg, TraitsArg >
Member Typedef Documentation
◆ ValueType
template<typename ValueArg, typename HashArg = typename DefaultHash<ValueArg>::Hash, typename TraitsArg = HashTraits<ValueArg>>
| typedef ValueTraits::TraitType WTF::HashSet< ValueArg, HashArg, TraitsArg >::ValueType |
Member Function Documentation
◆ add() [1/3]
template<typename T , typename U , typename V >
| pair< typename HashSet< T, U, V >::iterator, bool > WTF::HashSet< T, U, V >::add | ( | const ValueType & | value | ) |
◆ add() [2/3]
template<typename ValueArg, typename HashArg = typename DefaultHash<ValueArg>::Hash, typename TraitsArg = HashTraits<ValueArg>>
template<typename T , typename HashTranslator >
| pair<iterator, bool> WTF::HashSet< ValueArg, HashArg, TraitsArg >::add | ( | const T & | ) |
◆ add() [3/3]
template<typename ValueArg, typename HashArg = typename DefaultHash<ValueArg>::Hash, typename TraitsArg = HashTraits<ValueArg>>
template<typename T , typename Translator >
| pair<typename HashSet<Value, HashFunctions, Traits>::iterator, bool> WTF::HashSet< ValueArg, HashArg, TraitsArg >::add | ( | const T & | value | ) |
◆ begin() [1/2]
template<typename T , typename U , typename V >
|
inline |
◆ begin() [2/2]
template<typename T , typename U , typename V >
|
inline |
◆ capacity()
template<typename T , typename U , typename V >
|
inline |
◆ clear()
template<typename T , typename U , typename V >
|
inline |
◆ contains() [1/2]
template<typename T , typename U , typename V >
|
inline |
◆ contains() [2/2]
template<typename Value , typename HashFunctions , typename Traits >
template<typename T , typename Translator >
|
inline |
◆ end() [1/2]
template<typename T , typename U , typename V >
|
inline |
◆ end() [2/2]
template<typename T , typename U , typename V >
|
inline |
◆ find() [1/4]
template<typename T , typename U , typename V >
|
inline |
◆ find() [2/4]
template<typename T , typename U , typename V >
|
inline |
◆ find() [3/4]
template<typename Value , typename HashFunctions , typename Traits >
template<typename T , typename Translator >
|
inline |
◆ find() [4/4]
template<typename Value , typename HashFunctions , typename Traits >
template<typename T , typename Translator >
|
inline |
◆ isEmpty()
template<typename T , typename U , typename V >
|
inline |
◆ remove() [1/2]
template<typename T , typename U , typename V >
|
inline |
◆ remove() [2/2]
template<typename T , typename U , typename V >
|
inline |
◆ size()
template<typename T , typename U , typename V >
|
inline |
◆ swap()
template<typename T , typename U , typename V >
|
inline |
Friends And Related Function Documentation
◆ deleteAllValues
template<typename ValueArg, typename HashArg = typename DefaultHash<ValueArg>::Hash, typename TraitsArg = HashTraits<ValueArg>>
|
friend |
The documentation for this class 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.