![]() |
Qt 6.x
The Qt SDK
|
#include <qstringhash_p.h>
Public Member Functions | |
Iterator ()=default | |
Iterator (const Data &d) | |
Iterator & | operator++ () |
bool | operator== (const Iterator &o) const |
bool | operator!= (const Iterator &o) const |
template<typename K > | |
bool | equals (const K &key) const |
QHashedString | key () const |
Value & | value () const |
Value & | operator* () const |
Node * | node () const |
Definition at line 349 of file qstringhash_p.h.
|
inlinedefault |
|
inline |
Definition at line 352 of file qstringhash_p.h.
References d.
|
inline |
Definition at line 364 of file qstringhash_p.h.
|
inline |
Definition at line 366 of file qstringhash_p.h.
References QStringHash< T >::Iterator< Data, Value >::key().
Referenced by QStringHash< T >::Iterator< Data, Value >::key().
|
inline |
Definition at line 370 of file qstringhash_p.h.
|
inline |
Definition at line 361 of file qstringhash_p.h.
References o.
|
inline |
Definition at line 368 of file qstringhash_p.h.
|
inline |
Definition at line 354 of file qstringhash_p.h.
References QStringHash< T >::iterateNext().
|
inline |
Definition at line 360 of file qstringhash_p.h.
References o.
|
inline |
Definition at line 367 of file qstringhash_p.h.