![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qiterator.h>
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 |
| using | pointer = QtPrivate::ArrowProxy<value_type> |
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 259 of file qiterator.h.
| typedef Iterator::difference_type QKeyValueIterator< Key, T, Iterator, Traits >::difference_type |
Definition at line 263 of file qiterator.h.
| typedef Iterator::iterator_category QKeyValueIterator< Key, T, Iterator, Traits >::iterator_category |
Definition at line 262 of file qiterator.h.
| using QKeyValueIterator< Key, T, Iterator, Traits >::pointer = QtPrivate::ArrowProxy<value_type> |
Definition at line 275 of file qiterator.h.
| typedef const value_type& QKeyValueIterator< Key, T, Iterator, Traits >::reference |
Definition at line 265 of file qiterator.h.
| typedef std::pair<Key, T> QKeyValueIterator< Key, T, Iterator, Traits >::value_type |
Definition at line 264 of file qiterator.h.
|
default |
|
inlineexplicitconstexprnoexcept |
Definition at line 268 of file qiterator.h.
Referenced by QKeyValueIterator< const Key &, const T &, const_iterator >::QKeyValueIterator().
|
inline |
Definition at line 288 of file qiterator.h.
|
inline |
Definition at line 271 of file qiterator.h.
|
inline |
Definition at line 284 of file qiterator.h.
|
inline |
Definition at line 285 of file qiterator.h.
|
inline |
Definition at line 286 of file qiterator.h.
|
inline |
Definition at line 287 of file qiterator.h.
|
inline |
Definition at line 277 of file qiterator.h.
|
friend |
Definition at line 282 of file qiterator.h.
|
friend |
Definition at line 281 of file qiterator.h.