#include "BALBase.h"
#include "HashTable.h"
#include "RefPtrHashMap.h"
Namespaces | |
| namespace | WTF |
Classes | |
| class | WTF::HashMap< KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg > |
| struct | WTF::PairFirstExtractor< PairType > |
| struct | WTF::HashMapTranslator< ValueType, ValueTraits, HashFunctions > |
Functions | |
| 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) |
| operator== description | |
| 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) |
| operator!= description | |
| template<typename MappedType, typename HashTableType> | |
| void | WTF::deleteAllPairSeconds (HashTableType &collection) |
| deleteAllPairSeconds description | |
| template<typename T, typename U, typename V, typename W, typename X> | |
| void | WTF::deleteAllValues (const HashMap< T, U, V, W, X > &collection) |
| deleteAllValues description | |
| template<typename KeyType, typename HashTableType> | |
| void | WTF::deleteAllPairFirsts (HashTableType &collection) |
| deleteAllPairFirsts description | |
| template<typename T, typename U, typename V, typename W, typename X> | |
| void | WTF::deleteAllKeys (const HashMap< T, U, V, W, X > &collection) |
| deleteAllKeys description | |
| 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) |
| copyKeysToVector description | |
| 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) |
| copyValuesToVector description | |