WTF
Namespaces | |
Unicode | |
Enumerations | |
enum | HashItemKnownGoodTag { HashItemKnownGood } |
enum | HashTableDeletedValueType { HashTableDeletedValue } |
enum | PlacementNewAdoptType { PlacementNewAdopt } |
Functions | |
template<typename Key , typename Value , typename Extractor , typename HashFunctions , typename Traits , typename KeyTraits > | |
void | addIterator (const HashTable< Key, Value, Extractor, HashFunctions, Traits, KeyTraits > *, HashTableConstIterator< Key, Value, Extractor, HashFunctions, Traits, KeyTraits > *) |
template<typename T > | |
PassRefPtr< T > | adoptRef (T *) |
template<class T , class U > | |
SharedPtr< T > | const_pointer_cast (const SharedPtr< U > &p) |
template<typename T , typename U > | |
PassRefPtr< T > | const_pointer_cast (const PassRefPtr< U > &p) |
template<typename T , typename U > | |
RefPtr< T > | const_pointer_cast (const RefPtr< U > &p) |
template<typename T , typename U , typename V , typename W , typename X , typename Y > | |
void | copyKeysToVector (const HashMap< T, U, V, W, X > &collection, Y &vector) |
template<typename Value , typename HashFunctions , typename Traits , typename VectorType > | |
void | copyToVector (const HashCountedSet< Value, HashFunctions, Traits > &collection, VectorType &vector) |
template<typename Value , typename HashFunctions , typename Traits > | |
void | copyToVector (const HashCountedSet< Value, HashFunctions, Traits > &collection, Vector< Value > &vector) |
template<typename T , typename U , typename V , typename W > | |
void | copyToVector (const HashSet< T, U, V > &collection, W &vector) |
template<typename T , typename U , typename V , typename W , typename X , typename Y > | |
void | copyValuesToVector (const HashMap< T, U, V, W, X > &collection, Y &vector) |
template<typename T , typename U , typename V , typename W , typename X > | |
void | deleteAllKeys (const HashMap< T, U, V, W, X > &collection) |
template<typename KeyType , typename HashTableType > | |
void | deleteAllPairFirsts (HashTableType &collection) |
template<typename MappedType , typename HashTableType > | |
void | deleteAllPairSeconds (HashTableType &collection) |
template<typename Value , typename HashFunctions , typename Traits > | |
void | deleteAllValues (const HashSet< Value, HashFunctions, Traits > &) |
template<typename ValueType , typename HashTableType > | |
void | deleteAllValues (HashTableType &collection) |
template<typename T , typename U , typename V > | |
void | deleteAllValues (const HashSet< T, U, V > &collection) |
template<typename T , typename U , typename V , typename W , typename X > | |
void | deleteAllValues (const HashMap< T, U, V, W, X > &collection) |
template<typename T , size_t inlineCapacity> | |
void | deleteAllValues (const Vector< T, inlineCapacity > &collection) |
static unsigned | doubleHash (unsigned key) |
void * | fastCalloc (size_t n_elements, size_t element_size) |
void | fastFree (void *p) |
void * | fastMalloc (size_t n) |
void * | fastRealloc (void *p, size_t n) |
void * | fastZeroedMalloc (size_t n) |
template<typename T > | |
T * | getPtr (T *p) |
template<typename T > | |
T * | getPtr (const PassRefPtr< T > &p) |
template<typename T > | |
T * | getPtr (const RefPtr< T > &p) |
template<typename T > | |
void | hashTableSwap (T &a, T &b) |
template<typename T , typename U > | |
void | hashTableSwap (pair< T, U > &a, pair< T, U > &b) |
unsigned | intHash (uint8_t key8) |
unsigned | intHash (uint16_t key16) |
unsigned | intHash (uint32_t key) |
unsigned | intHash (uint64_t key) |
bool | isASCIIAlpha (char c) |
bool | isASCIIAlpha (unsigned short c) |
bool | isASCIIAlpha (wchar_t c) |
bool | isASCIIAlpha (int c) |
bool | isASCIIAlphanumeric (char c) |
bool | isASCIIAlphanumeric (unsigned short c) |
bool | isASCIIAlphanumeric (wchar_t c) |
bool | isASCIIAlphanumeric (int c) |
bool | isASCIIDigit (char c) |
bool | isASCIIDigit (unsigned short c) |
bool | isASCIIDigit (wchar_t c) |
bool | isASCIIDigit (int c) |
bool | isASCIIHexDigit (char c) |
bool | isASCIIHexDigit (unsigned short c) |
bool | isASCIIHexDigit (wchar_t c) |
bool | isASCIIHexDigit (int c) |
bool | isASCIILower (char c) |
bool | isASCIILower (unsigned short c) |
bool | isASCIILower (wchar_t c) |
bool | isASCIILower (int c) |
bool | isASCIISpace (char c) |
bool | isASCIISpace (unsigned short c) |
bool | isASCIISpace (wchar_t c) |
bool | isASCIISpace (int c) |
bool | isASCIIUpper (char c) |
bool | isASCIIUpper (unsigned short c) |
bool | isASCIIUpper (wchar_t c) |
bool | isASCIIUpper (int c) |
template<class T > | |
bool | operator!= (const SharedPtr< T > &a, const SharedPtr< T > &b) |
template<class T > | |
bool | operator!= (const SharedPtr< T > &a, const T *b) |
template<class T > | |
bool | operator!= (const T *a, const SharedPtr< T > &b) |
template<typename T , typename U > | |
bool | operator!= (const PassRefPtr< T > &a, const PassRefPtr< U > &b) |
template<typename T , typename U > | |
bool | operator!= (const PassRefPtr< T > &a, const RefPtr< U > &b) |
template<typename T , typename U > | |
bool | operator!= (const RefPtr< T > &a, const PassRefPtr< U > &b) |
template<typename T , typename U > | |
bool | operator!= (const PassRefPtr< T > &a, U *b) |
template<typename T , typename U > | |
bool | operator!= (T *a, const PassRefPtr< U > &b) |
template<typename T , typename U > | |
bool | operator!= (const RefPtr< T > &a, const RefPtr< U > &b) |
template<typename T , typename U > | |
bool | operator!= (const RefPtr< T > &a, U *b) |
template<typename T , typename U , typename V > | |
bool | operator!= (const HashTableConstKeysIterator< T, U, V > &a, const HashTableConstKeysIterator< T, U, V > &b) |
template<typename T , typename U > | |
bool | operator!= (T *a, const RefPtr< U > &b) |
template<typename T , typename U , typename V > | |
bool | operator!= (const HashTableConstValuesIterator< T, U, V > &a, const HashTableConstValuesIterator< T, U, V > &b) |
template<typename T , typename U , typename V > | |
bool | operator!= (const HashTableKeysIterator< T, U, V > &a, const HashTableKeysIterator< T, U, V > &b) |
template<typename T , typename U , typename V > | |
bool | operator!= (const HashTableValuesIterator< T, U, V > &a, const HashTableValuesIterator< T, U, V > &b) |
template<typename T , typename U , typename V , typename W , typename X > | |
bool | operator!= (const HashMap< T, U, V, W, X > &a, const HashMap< T, U, V, W, X > &b) |
template<typename T , size_t inlineCapacity> | |
bool | operator!= (const Vector< T, inlineCapacity > &a, const Vector< T, inlineCapacity > &b) |
template<typename T , typename U > | |
bool | operator!= (const HashTableConstIteratorAdapter< T, U > &a, const HashTableConstIteratorAdapter< T, U > &b) |
template<typename T , typename U > | |
bool | operator!= (const HashTableIteratorAdapter< T, U > &a, const HashTableIteratorAdapter< T, U > &b) |
template<class T > | |
bool | operator== (const SharedPtr< T > &a, const SharedPtr< T > &b) |
template<class T > | |
bool | operator== (const SharedPtr< T > &a, const T *b) |
template<class T > | |
bool | operator== (const T *a, const SharedPtr< T > &b) |
template<typename T , typename U > | |
bool | operator== (const PassRefPtr< T > &a, const PassRefPtr< U > &b) |
template<typename T , typename U > | |
bool | operator== (const PassRefPtr< T > &a, const RefPtr< U > &b) |
template<typename T , typename U > | |
bool | operator== (const RefPtr< T > &a, const PassRefPtr< U > &b) |
template<typename T , typename U > | |
bool | operator== (const PassRefPtr< T > &a, U *b) |
template<typename T , typename U > | |
bool | operator== (T *a, const PassRefPtr< U > &b) |
template<typename T , typename U > | |
bool | operator== (const RefPtr< T > &a, const RefPtr< U > &b) |
template<typename T , typename U > | |
bool | operator== (const RefPtr< T > &a, U *b) |
template<typename T , typename U > | |
bool | operator== (T *a, const RefPtr< U > &b) |
template<typename T , typename U , typename V > | |
bool | operator== (const HashTableConstKeysIterator< T, U, V > &a, const HashTableConstKeysIterator< T, U, V > &b) |
template<typename T , typename U , typename V > | |
bool | operator== (const HashTableConstValuesIterator< T, U, V > &a, const HashTableConstValuesIterator< T, U, V > &b) |
template<typename T , typename U , typename V > | |
bool | operator== (const HashTableKeysIterator< T, U, V > &a, const HashTableKeysIterator< T, U, V > &b) |
template<typename T , typename U , typename V > | |
bool | operator== (const HashTableValuesIterator< T, U, V > &a, const HashTableValuesIterator< T, U, V > &b) |
template<typename T , typename U , typename V , typename W , typename X > | |
bool | operator== (const HashMap< T, U, V, W, X > &a, const HashMap< T, U, V, W, X > &b) |
template<typename T , size_t inlineCapacity> | |
bool | operator== (const Vector< T, inlineCapacity > &a, const Vector< T, inlineCapacity > &b) |
template<typename T , typename U > | |
bool | operator== (const HashTableConstIteratorAdapter< T, U > &a, const HashTableConstIteratorAdapter< T, U > &b) |
template<typename T , typename U > | |
bool | operator== (const HashTableIteratorAdapter< T, U > &a, const HashTableIteratorAdapter< T, U > &b) |
template<typename Key , typename Value , typename Extractor , typename HashFunctions , typename Traits , typename KeyTraits > | |
void | removeIterator (HashTableConstIterator< Key, Value, Extractor, HashFunctions, Traits, KeyTraits > *) |
template<class T , class U > | |
SharedPtr< T > | static_pointer_cast (const SharedPtr< U > &p) |
template<typename T , typename U > | |
PassRefPtr< T > | static_pointer_cast (const PassRefPtr< U > &p) |
template<typename T , typename U > | |
RefPtr< T > | static_pointer_cast (const RefPtr< U > &p) |
template<typename T > | |
void | swap (OwnPtr< T > &a, OwnPtr< T > &b) |
template<typename T > | |
void | swap (OwnArrayPtr< T > &a, OwnArrayPtr< T > &b) |
template<class T > | |
void | swap (RefPtr< T > &a, RefPtr< T > &b) |
template<typename T , size_t inlineCapacity> | |
void | swap (Vector< T, inlineCapacity > &a, Vector< T, inlineCapacity > &b) |
int | toASCIIHexValue (char c) |
int | toASCIIHexValue (unsigned short c) |
int | toASCIIHexValue (wchar_t c) |
int | toASCIIHexValue (int c) |
char | toASCIILower (char c) |
unsigned short | toASCIILower (unsigned short c) |
wchar_t | toASCIILower (wchar_t c) |
int | toASCIILower (int c) |
char | toASCIIUpper (char c) |
unsigned short | toASCIIUpper (unsigned short c) |
wchar_t | toASCIIUpper (wchar_t c) |
int | toASCIIUpper (int c) |
Enumeration Type Documentation
§ HashItemKnownGoodTag
Enumerator | |
---|---|
HashItemKnownGood |
Definition at line 80 of file HashTable.h.
§ HashTableDeletedValueType
§ PlacementNewAdoptType
Function Documentation
§ addIterator()
|
inline |
Definition at line 72 of file HashTable.h.
§ adoptRef()
|
inline |
Definition at line 166 of file PassRefPtr.h.
§ const_pointer_cast() [1/3]
|
inline |
Definition at line 120 of file SharedPtr.h.
§ const_pointer_cast() [2/3]
|
inline |
Definition at line 176 of file PassRefPtr.h.
§ const_pointer_cast() [3/3]
§ copyKeysToVector()
|
inline |
§ copyToVector() [1/3]
|
inline |
Definition at line 176 of file HashCountedSet.h.
§ copyToVector() [2/3]
|
inline |
Definition at line 189 of file HashCountedSet.h.
§ copyToVector() [3/3]
|
inline |
§ copyValuesToVector()
|
inline |
§ deleteAllKeys()
|
inline |
§ deleteAllPairFirsts()
void WTF::deleteAllPairFirsts | ( | HashTableType & | collection | ) |
§ deleteAllPairSeconds()
void WTF::deleteAllPairSeconds | ( | HashTableType & | collection | ) |
§ deleteAllValues() [1/5]
void WTF::deleteAllValues | ( | const HashSet< Value, HashFunctions, Traits > & | ) |
§ deleteAllValues() [2/5]
void WTF::deleteAllValues | ( | HashTableType & | collection | ) |
§ deleteAllValues() [3/5]
|
inline |
§ deleteAllValues() [4/5]
|
inline |
§ deleteAllValues() [5/5]
void WTF::deleteAllValues | ( | const Vector< T, inlineCapacity > & | collection | ) |
§ doubleHash()
|
inlinestatic |
Definition at line 419 of file HashTable.h.
§ fastCalloc()
|
inline |
Definition at line 40 of file FastMalloc.h.
§ fastFree()
|
inline |
Definition at line 44 of file FastMalloc.h.
§ fastMalloc()
|
inline |
Definition at line 36 of file FastMalloc.h.
§ fastRealloc()
|
inline |
Definition at line 52 of file FastMalloc.h.
§ fastZeroedMalloc()
|
inline |
Definition at line 48 of file FastMalloc.h.
§ getPtr() [1/3]
§ getPtr() [2/3]
|
inline |
Definition at line 181 of file PassRefPtr.h.
§ getPtr() [3/3]
|
inline |
§ hashTableSwap() [1/2]
|
inline |
Definition at line 249 of file HashTable.h.
§ hashTableSwap() [2/2]
|
inline |
Definition at line 254 of file HashTable.h.
§ intHash() [1/4]
|
inline |
Definition at line 42 of file HashFunctions.h.
§ intHash() [2/4]
|
inline |
Definition at line 55 of file HashFunctions.h.
§ intHash() [3/4]
|
inline |
Definition at line 68 of file HashFunctions.h.
§ intHash() [4/4]
|
inline |
Definition at line 80 of file HashFunctions.h.
§ isASCIIAlpha() [1/4]
|
inline |
Definition at line 47 of file ASCIICType.h.
§ isASCIIAlpha() [2/4]
|
inline |
Definition at line 48 of file ASCIICType.h.
§ isASCIIAlpha() [3/4]
|
inline |
Definition at line 50 of file ASCIICType.h.
§ isASCIIAlpha() [4/4]
|
inline |
Definition at line 52 of file ASCIICType.h.
§ isASCIIAlphanumeric() [1/4]
|
inline |
Definition at line 54 of file ASCIICType.h.
§ isASCIIAlphanumeric() [2/4]
|
inline |
Definition at line 55 of file ASCIICType.h.
§ isASCIIAlphanumeric() [3/4]
|
inline |
Definition at line 57 of file ASCIICType.h.
§ isASCIIAlphanumeric() [4/4]
|
inline |
Definition at line 59 of file ASCIICType.h.
§ isASCIIDigit() [1/4]
|
inline |
Definition at line 61 of file ASCIICType.h.
§ isASCIIDigit() [2/4]
|
inline |
Definition at line 62 of file ASCIICType.h.
§ isASCIIDigit() [3/4]
|
inline |
Definition at line 64 of file ASCIICType.h.
§ isASCIIDigit() [4/4]
|
inline |
Definition at line 66 of file ASCIICType.h.
§ isASCIIHexDigit() [1/4]
|
inline |
Definition at line 68 of file ASCIICType.h.
§ isASCIIHexDigit() [2/4]
|
inline |
Definition at line 69 of file ASCIICType.h.
§ isASCIIHexDigit() [3/4]
|
inline |
Definition at line 71 of file ASCIICType.h.
§ isASCIIHexDigit() [4/4]
|
inline |
Definition at line 73 of file ASCIICType.h.
§ isASCIILower() [1/4]
|
inline |
Definition at line 75 of file ASCIICType.h.
§ isASCIILower() [2/4]
|
inline |
Definition at line 76 of file ASCIICType.h.
§ isASCIILower() [3/4]
|
inline |
Definition at line 78 of file ASCIICType.h.
§ isASCIILower() [4/4]
|
inline |
Definition at line 80 of file ASCIICType.h.
§ isASCIISpace() [1/4]
|
inline |
Definition at line 102 of file ASCIICType.h.
§ isASCIISpace() [2/4]
|
inline |
Definition at line 103 of file ASCIICType.h.
§ isASCIISpace() [3/4]
|
inline |
Definition at line 105 of file ASCIICType.h.
§ isASCIISpace() [4/4]
|
inline |
Definition at line 107 of file ASCIICType.h.
§ isASCIIUpper() [1/4]
|
inline |
Definition at line 82 of file ASCIICType.h.
§ isASCIIUpper() [2/4]
|
inline |
Definition at line 83 of file ASCIICType.h.
§ isASCIIUpper() [3/4]
|
inline |
Definition at line 85 of file ASCIICType.h.
§ isASCIIUpper() [4/4]
|
inline |
Definition at line 87 of file ASCIICType.h.
§ operator!=() [1/19]
|
inline |
Definition at line 100 of file SharedPtr.h.
§ operator!=() [2/19]
|
inline |
Definition at line 105 of file SharedPtr.h.
§ operator!=() [3/19]
|
inline |
Definition at line 110 of file SharedPtr.h.
§ operator!=() [4/19]
|
inline |
Definition at line 141 of file PassRefPtr.h.
§ operator!=() [5/19]
|
inline |
Definition at line 146 of file PassRefPtr.h.
§ operator!=() [6/19]
|
inline |
Definition at line 151 of file PassRefPtr.h.
§ operator!=() [7/19]
|
inline |
Definition at line 156 of file PassRefPtr.h.
§ operator!=() [8/19]
|
inline |
Definition at line 161 of file PassRefPtr.h.
§ operator!=() [9/19]
§ operator!=() [10/19]
|
inline |
§ operator!=() [11/19]
|
inline |
Definition at line 173 of file HashIterators.h.
§ operator!=() [12/19]
|
inline |
§ operator!=() [13/19]
|
inline |
Definition at line 185 of file HashIterators.h.
§ operator!=() [14/19]
|
inline |
Definition at line 197 of file HashIterators.h.
§ operator!=() [15/19]
|
inline |
Definition at line 209 of file HashIterators.h.
§ operator!=() [16/19]
§ operator!=() [17/19]
§ operator!=() [18/19]
|
inline |
Definition at line 1119 of file HashTable.h.
§ operator!=() [19/19]
|
inline |
Definition at line 1131 of file HashTable.h.
§ operator==() [1/19]
|
inline |
Definition at line 85 of file SharedPtr.h.
§ operator==() [2/19]
|
inline |
Definition at line 90 of file SharedPtr.h.
§ operator==() [3/19]
|
inline |
Definition at line 95 of file SharedPtr.h.
§ operator==() [4/19]
|
inline |
Definition at line 116 of file PassRefPtr.h.
§ operator==() [5/19]
|
inline |
Definition at line 121 of file PassRefPtr.h.
§ operator==() [6/19]
|
inline |
Definition at line 126 of file PassRefPtr.h.
§ operator==() [7/19]
|
inline |
Definition at line 131 of file PassRefPtr.h.
§ operator==() [8/19]
|
inline |
Definition at line 136 of file PassRefPtr.h.
§ operator==() [9/19]
§ operator==() [10/19]
|
inline |
§ operator==() [11/19]
|
inline |
§ operator==() [12/19]
|
inline |
Definition at line 167 of file HashIterators.h.
§ operator==() [13/19]
|
inline |
Definition at line 179 of file HashIterators.h.
§ operator==() [14/19]
|
inline |
Definition at line 191 of file HashIterators.h.
§ operator==() [15/19]
|
inline |
Definition at line 203 of file HashIterators.h.
§ operator==() [16/19]
§ operator==() [17/19]
§ operator==() [18/19]
|
inline |
Definition at line 1113 of file HashTable.h.
§ operator==() [19/19]
|
inline |
Definition at line 1125 of file HashTable.h.
§ removeIterator()
|
inline |
Definition at line 76 of file HashTable.h.
§ static_pointer_cast() [1/3]
|
inline |
Definition at line 115 of file SharedPtr.h.
§ static_pointer_cast() [2/3]
|
inline |
Definition at line 171 of file PassRefPtr.h.
§ static_pointer_cast() [3/3]
§ swap() [1/4]
§ swap() [2/4]
|
inline |
Definition at line 61 of file OwnArrayPtr.h.
§ swap() [3/4]
§ swap() [4/4]
§ toASCIIHexValue() [1/4]
|
inline |
Definition at line 123 of file ASCIICType.h.
§ toASCIIHexValue() [2/4]
|
inline |
Definition at line 124 of file ASCIICType.h.
§ toASCIIHexValue() [3/4]
|
inline |
Definition at line 126 of file ASCIICType.h.
§ toASCIIHexValue() [4/4]
|
inline |
Definition at line 128 of file ASCIICType.h.
§ toASCIILower() [1/4]
|
inline |
Definition at line 109 of file ASCIICType.h.
§ toASCIILower() [2/4]
|
inline |
Definition at line 110 of file ASCIICType.h.
§ toASCIILower() [3/4]
|
inline |
Definition at line 112 of file ASCIICType.h.
§ toASCIILower() [4/4]
|
inline |
Definition at line 114 of file ASCIICType.h.
§ toASCIIUpper() [1/4]
|
inline |
Definition at line 116 of file ASCIICType.h.
§ toASCIIUpper() [2/4]
|
inline |
Definition at line 117 of file ASCIICType.h.
§ toASCIIUpper() [3/4]
|
inline |
Definition at line 119 of file ASCIICType.h.
§ toASCIIUpper() [4/4]
|
inline |
Definition at line 121 of file ASCIICType.h.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Wed Oct 19 2016 23:26:08 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.