![]() |
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 | ConstIterator = typename QLinkedStringHash<T>::ConstIterator |
| Public Types inherited from QLinkedStringHash< T > | |
| using | ConstIteratorData = QStringHashData::IteratorData<const QLinkedStringHash> |
| using | ConstIterator = typename QStringHash<T>::template Iterator<ConstIteratorData, const T> |
Public Member Functions | |
| template<typename K> | |
| void | insert (const K &key, const T &value) |
| void | insert (const ConstIterator &iter) |
| ConstIterator | findNext (const ConstIterator &iter) const |
| Public Member Functions inherited from QLinkedStringHash< T > | |
| 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) |
Additional Inherited Members | |
| Protected Member Functions inherited from QLinkedStringHash< T > | |
| ConstIteratorData | iterateFirst () const |
| ConstIterator | iterator (Node *n) const |
| Static Protected Member Functions inherited from QLinkedStringHash< T > | |
| static ConstIteratorData | iterateNext (const ConstIteratorData &d) |
| Protected Attributes inherited from QLinkedStringHash< T > | |
| friend | QStringHash< T > |
| const QLinkedStringHash< T > * | link = nullptr |
Definition at line 168 of file qlinkedstringhash_p.h.
| using QLinkedStringMultiHash< T >::ConstIterator = typename QLinkedStringHash<T>::ConstIterator |
Definition at line 171 of file qlinkedstringhash_p.h.
|
inline |
Definition at line 186 of file qlinkedstringhash_p.h.
|
inline |
Definition at line 180 of file qlinkedstringhash_p.h.
|
inline |
Definition at line 174 of file qlinkedstringhash_p.h.