![]() |
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 23 of file qlinkedstringhash_p.h.
| using QLinkedStringHash< T >::ConstIterator = typename QStringHash<T>::template Iterator<ConstIteratorData, const T> |
Definition at line 32 of file qlinkedstringhash_p.h.
| using QLinkedStringHash< T >::ConstIteratorData = QStringHashData::IteratorData<const QLinkedStringHash> |
Definition at line 31 of file qlinkedstringhash_p.h.
|
inline |
Definition at line 92 of file qlinkedstringhash_p.h.
|
inline |
Definition at line 68 of file qlinkedstringhash_p.h.
|
inline |
Definition at line 99 of file qlinkedstringhash_p.h.
|
inline |
Definition at line 87 of file qlinkedstringhash_p.h.
|
inline |
Definition at line 75 of file qlinkedstringhash_p.h.
|
inline |
Definition at line 63 of file qlinkedstringhash_p.h.
|
inlineprotected |
Definition at line 114 of file qlinkedstringhash_p.h.
|
inlinestaticprotected |
Definition at line 122 of file qlinkedstringhash_p.h.
|
inlineprotected |
Definition at line 129 of file qlinkedstringhash_p.h.
|
inline |
Definition at line 34 of file qlinkedstringhash_p.h.
|
inline |
Definition at line 101 of file qlinkedstringhash_p.h.
|
protected |
Definition at line 164 of file qlinkedstringhash_p.h.
|
protected |
Definition at line 108 of file qlinkedstringhash_p.h.