![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qflatmap_p.h>
Public Types | |
| using | difference_type = ptrdiff_t |
| using | value_type = std::pair<const Key, const T> |
| using | reference = std::pair<const Key &, const T &> |
| using | pointer = QtPrivate::ArrowProxy<reference> |
| using | iterator_category = std::random_access_iterator_tag |
Public Member Functions | |
| const_iterator ()=default | |
| const_iterator (const containers *ac, size_type ai) | |
| const_iterator (iterator o) | |
| reference | operator* () const |
| pointer | operator-> () const |
| bool | operator== (const const_iterator &o) const |
| bool | operator!= (const const_iterator &o) const |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| const_iterator & | operator-- () |
| const_iterator | operator-- (int) |
| const_iterator & | operator+= (size_type n) |
| const_iterator & | operator-= (size_type n) |
| reference | operator[] (size_type n) const |
| bool | operator< (const const_iterator &other) const |
| bool | operator> (const const_iterator &other) const |
| bool | operator<= (const const_iterator &other) const |
| bool | operator>= (const const_iterator &other) const |
| const Key & | key () const |
| const T & | value () const |
Friends | |
| const_iterator | operator+ (size_type n, const const_iterator a) |
| const_iterator | operator+ (const const_iterator a, size_type n) |
| const_iterator | operator- (const const_iterator a, size_type n) |
| difference_type | operator- (const const_iterator b, const const_iterator a) |
Definition at line 228 of file qflatmap_p.h.
| using QFlatMap< Key, T, Compare, KeyContainer, MappedContainer >::const_iterator::difference_type = ptrdiff_t |
Definition at line 231 of file qflatmap_p.h.
| using QFlatMap< Key, T, Compare, KeyContainer, MappedContainer >::const_iterator::iterator_category = std::random_access_iterator_tag |
Definition at line 235 of file qflatmap_p.h.
| using QFlatMap< Key, T, Compare, KeyContainer, MappedContainer >::const_iterator::pointer = QtPrivate::ArrowProxy<reference> |
Definition at line 234 of file qflatmap_p.h.
| using QFlatMap< Key, T, Compare, KeyContainer, MappedContainer >::const_iterator::reference = std::pair<const Key &, const T &> |
Definition at line 233 of file qflatmap_p.h.
| using QFlatMap< Key, T, Compare, KeyContainer, MappedContainer >::const_iterator::value_type = std::pair<const Key, const T> |
Definition at line 232 of file qflatmap_p.h.
|
default |
|
inline |
Definition at line 239 of file qflatmap_p.h.
|
inline |
Definition at line 244 of file qflatmap_p.h.
|
inline |
Definition at line 356 of file qflatmap_p.h.
|
inline |
Definition at line 264 of file qflatmap_p.h.
References operator==().
|
inline |
Definition at line 249 of file qflatmap_p.h.
Referenced by operator->().
|
inline |
Definition at line 269 of file qflatmap_p.h.
|
inline |
Definition at line 275 of file qflatmap_p.h.
|
inline |
Definition at line 296 of file qflatmap_p.h.
|
inline |
Definition at line 283 of file qflatmap_p.h.
|
inline |
Definition at line 289 of file qflatmap_p.h.
|
inline |
Definition at line 313 of file qflatmap_p.h.
|
inline |
Definition at line 254 of file qflatmap_p.h.
References operator*().
|
inline |
Definition at line 336 of file qflatmap_p.h.
|
inline |
Definition at line 346 of file qflatmap_p.h.
|
inline |
Definition at line 259 of file qflatmap_p.h.
Referenced by operator!=().
|
inline |
Definition at line 341 of file qflatmap_p.h.
|
inline |
Definition at line 351 of file qflatmap_p.h.
|
inline |
Definition at line 330 of file qflatmap_p.h.
|
inline |
Definition at line 357 of file qflatmap_p.h.
|
friend |
Definition at line 308 of file qflatmap_p.h.
|
friend |
Definition at line 302 of file qflatmap_p.h.
|
friend |
Definition at line 319 of file qflatmap_p.h.
|
friend |
Definition at line 325 of file qflatmap_p.h.