![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qlinkedstringhash_p.h>
Public Types | |
| using | ConstIteratorData = QStringHashData::IteratorData<const QLinkedStringHash> |
| using | ConstIterator = typename QStringHash<T>::template Iterator<ConstIteratorData, const T> |
Public Member Functions | |
| void | linkAndReserve (const QLinkedStringHash< T > &other, int additionalReserve) |
| bool | isLinked () const |
| void | clear () |
| template<typename K> | |
| void | insert (const K &key, const T &value) |
| template<typename K> | |
| ConstIterator | find (const K &key) const |
| ConstIterator | begin () const |
| ConstIterator | end () const |
| T * | value (const ConstIterator &iter) |
Protected Member Functions | |
| ConstIteratorData | iterateFirst () const |
| ConstIterator | iterator (Node *n) const |
Static Protected Member Functions | |
| static ConstIteratorData | iterateNext (const ConstIteratorData &d) |
Protected Attributes | |
| friend | QStringHash< T > |
| const QLinkedStringHash< T > * | link = nullptr |
Definition at line 24 of file qlinkedstringhash_p.h.
| using QLinkedStringHash< T >::ConstIterator = typename QStringHash<T>::template Iterator<ConstIteratorData, const T> |
Definition at line 33 of file qlinkedstringhash_p.h.
| using QLinkedStringHash< T >::ConstIteratorData = QStringHashData::IteratorData<const QLinkedStringHash> |
Definition at line 32 of file qlinkedstringhash_p.h.
|
inline |
Definition at line 93 of file qlinkedstringhash_p.h.
|
inline |
Definition at line 69 of file qlinkedstringhash_p.h.
|
inline |
Definition at line 100 of file qlinkedstringhash_p.h.
|
inline |
Definition at line 88 of file qlinkedstringhash_p.h.
|
inline |
Definition at line 76 of file qlinkedstringhash_p.h.
|
inline |
Definition at line 64 of file qlinkedstringhash_p.h.
|
inlineprotected |
Definition at line 115 of file qlinkedstringhash_p.h.
|
inlinestaticprotected |
Definition at line 123 of file qlinkedstringhash_p.h.
|
inlineprotected |
Definition at line 130 of file qlinkedstringhash_p.h.
|
inline |
Definition at line 35 of file qlinkedstringhash_p.h.
|
inline |
Definition at line 102 of file qlinkedstringhash_p.h.
|
protected |
Definition at line 165 of file qlinkedstringhash_p.h.
|
protected |
Definition at line 109 of file qlinkedstringhash_p.h.