WTF
HashMap.h File Reference
Include dependency graph for HashMap.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
WTF | |
Functions | |
template<typename T , typename U , typename V , typename W , typename X , typename Y > | |
void | WTF::copyKeysToVector (const HashMap< T, U, V, W, X > &collection, Y &vector) |
template<typename T , typename U , typename V , typename W , typename X , typename Y > | |
void | WTF::copyValuesToVector (const HashMap< T, U, V, W, X > &collection, Y &vector) |
template<typename T , typename U , typename V , typename W , typename X > | |
void | WTF::deleteAllKeys (const HashMap< T, U, V, W, X > &collection) |
template<typename KeyType , typename HashTableType > | |
void | WTF::deleteAllPairFirsts (HashTableType &collection) |
template<typename MappedType , typename HashTableType > | |
void | WTF::deleteAllPairSeconds (HashTableType &collection) |
template<typename T , typename U , typename V , typename W , typename X > | |
void | WTF::deleteAllValues (const HashMap< T, U, V, W, X > &collection) |
template<typename T , typename U , typename V , typename W , typename X > | |
bool | WTF::operator!= (const HashMap< T, U, V, W, X > &a, const HashMap< T, U, V, W, X > &b) |
template<typename T , typename U , typename V , typename W , typename X > | |
bool | WTF::operator== (const HashMap< T, U, V, W, X > &a, const HashMap< T, U, V, W, X > &b) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.