![]() |
Qt 6.x
The Qt SDK
|
#include <qmap.h>
Collaboration diagram for QMap< Key, T >::const_iterator:Public Types | |
| using | iterator_category = std::bidirectional_iterator_tag |
| using | difference_type = qptrdiff |
| using | value_type = T |
| using | pointer = const T * |
| using | reference = const T & |
Public Member Functions | |
| const_iterator ()=default | |
| Q_IMPLICIT | const_iterator (const iterator &o) |
| const Key & | key () const |
| const T & | value () const |
| const T & | operator* () const |
| const T * | operator-> () const |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| const_iterator & | operator-- () |
| const_iterator | operator-- (int) |
Friends | |
| class | QMap< Key, T > |
| bool | operator== (const const_iterator &lhs, const const_iterator &rhs) |
| bool | operator!= (const const_iterator &lhs, const const_iterator &rhs) |
|
inline |
Definition at line 512 of file qmap.h.
References i.
Referenced by QMap< Key, T >::firstKey(), and QSpanCollection::spansInRect().
Here is the caller graph for this function:
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 513 of file qmap.h.
References i.
Referenced by QtPrivate::ResultStoreBase::clear(), and QtPrivate::ResultIteratorBase::pointer().
Here is the caller graph for this function:
|
friend |
|
friend |