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 241 of file qiterator.h.
Iterator::difference_type QKeyValueIterator< Key, T, Iterator >::difference_type |
Definition at line 245 of file qiterator.h.
Iterator::iterator_category QKeyValueIterator< Key, T, Iterator >::iterator_category |
Definition at line 244 of file qiterator.h.
using QKeyValueIterator< Key, T, Iterator >::pointer = QtPrivate::ArrowProxy<value_type> |
Definition at line 257 of file qiterator.h.
const value_type& QKeyValueIterator< Key, T, Iterator >::reference |
Definition at line 247 of file qiterator.h.
std::pair<Key, T> QKeyValueIterator< Key, T, Iterator >::value_type |
Definition at line 246 of file qiterator.h.
|
default |
|
inlineexplicitconstexprnoexcept |
Definition at line 250 of file qiterator.h.
|
inline |
Definition at line 270 of file qiterator.h.
|
inline |
Definition at line 253 of file qiterator.h.
|
inline |
Definition at line 266 of file qiterator.h.
|
inline |
Definition at line 267 of file qiterator.h.
|
inline |
Definition at line 268 of file qiterator.h.
|
inline |
Definition at line 269 of file qiterator.h.
|
inline |
Definition at line 259 of file qiterator.h.
|
friend |
Definition at line 264 of file qiterator.h.
|
friend |
Definition at line 263 of file qiterator.h.