![]() |
Qt 6.x
The Qt SDK
|
#include <qiterator.h>
Classes | |
struct | pointer |
Public Types | |
typedef Iterator::iterator_category | iterator_category |
typedef Iterator::difference_type | difference_type |
typedef std::pair< Key, T > | value_type |
typedef const value_type & | reference |
Public Member Functions | |
QKeyValueIterator ()=default | |
constexpr | QKeyValueIterator (Iterator o) noexcept(std::is_nothrow_move_constructible< Iterator >::value) |
std::pair< Key, T > | operator* () const |
pointer | operator-> () const |
QKeyValueIterator & | operator++ () |
QKeyValueIterator | operator++ (int) |
QKeyValueIterator & | operator-- () |
QKeyValueIterator | operator-- (int) |
Iterator | base () const |
Friends | |
bool | operator== (QKeyValueIterator lhs, QKeyValueIterator rhs) noexcept |
bool | operator!= (QKeyValueIterator lhs, QKeyValueIterator rhs) noexcept |
Definition at line 240 of file qiterator.h.
typedef Iterator::difference_type QKeyValueIterator< Key, T, Iterator >::difference_type |
Definition at line 244 of file qiterator.h.
typedef Iterator::iterator_category QKeyValueIterator< Key, T, Iterator >::iterator_category |
Definition at line 243 of file qiterator.h.
typedef const value_type& QKeyValueIterator< Key, T, Iterator >::reference |
Definition at line 246 of file qiterator.h.
typedef std::pair<Key, T> QKeyValueIterator< Key, T, Iterator >::value_type |
Definition at line 245 of file qiterator.h.
|
default |
Referenced by QKeyValueIterator< Key, T, Iterator >::operator++(), and QKeyValueIterator< Key, T, Iterator >::operator--().
|
inlineexplicitconstexprnoexcept |
Definition at line 249 of file qiterator.h.
|
inline |
Definition at line 285 of file qiterator.h.
|
inline |
Definition at line 252 of file qiterator.h.
|
inline |
Definition at line 281 of file qiterator.h.
|
inline |
Definition at line 282 of file qiterator.h.
References QKeyValueIterator< Key, T, Iterator >::QKeyValueIterator().
|
inline |
Definition at line 283 of file qiterator.h.
|
inline |
Definition at line 284 of file qiterator.h.
References QKeyValueIterator< Key, T, Iterator >::QKeyValueIterator().
|
inline |
Definition at line 274 of file qiterator.h.
|
friend |
Definition at line 279 of file qiterator.h.
|
friend |
Definition at line 278 of file qiterator.h.