![]() |
Qt 6.x
The Qt SDK
|
#include <qmap.h>
Collaboration diagram for QMultiMap< 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 | QMultiMap< Key, T > |
| bool | operator== (const const_iterator &lhs, const const_iterator &rhs) |
| bool | operator!= (const const_iterator &lhs, const const_iterator &rhs) |
|
inline |
|
inline |
Definition at line 1211 of file qmap.h.
References i.
Referenced by QMultiMap< Key, T >::firstKey().
Here is the caller graph for this function:
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1212 of file qmap.h.
References i.
Referenced by QGestureManager::filterEventThroughContexts().
Here is the caller graph for this function:
|
friend |
|
friend |