![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qiteratorfacade_p.h>
Public Types | |
| using | iterator_category = IteratorCategory |
| using | value_type = ValueType |
| using | reference = Reference |
| using | difference_type = DifferenceType |
| using | pointer |
Public Member Functions | |
| constexpr decltype(auto) | operator* () const |
| constexpr Derived & | operator++ () |
| constexpr Derived | operator++ (int) |
| constexpr Derived & | operator-- () |
| constexpr Derived | operator-- (int) |
| template<typename N> | |
| constexpr Derived & | operator+= (N n) |
| template<typename N> | |
| constexpr Derived & | operator-= (N n) |
| template<typename N> | |
| constexpr decltype(auto) | operator[] (N n) const |
Friends | |
| template<typename N> | |
| constexpr Derived | operator+ (Derived it, N n) |
| template<typename N> | |
| constexpr Derived | operator+ (N n, Derived it) |
| template<typename N> | |
| constexpr Derived | operator- (Derived it, N n) |
| template<typename N> | |
| constexpr Derived | operator- (N n, Derived it) |
| constexpr auto | operator- (const Derived &lhs, const Derived &rhs) |
| constexpr bool | operator< (const Derived &lhs, const Derived &rhs) |
| constexpr bool | operator<= (const Derived &lhs, const Derived &rhs) |
| constexpr bool | operator> (const Derived &lhs, const Derived &rhs) |
| constexpr bool | operator>= (const Derived &lhs, const Derived &rhs) |
| constexpr bool | operator== (const Derived &lhs, const Derived &rhs) |
| constexpr bool | operator!= (const Derived &lhs, const Derived &rhs) |
Definition at line 90 of file qiteratorfacade_p.h.
| using QtMultimediaPrivate::IteratorFacade< Derived, ValueType, IteratorCategory, Reference, DifferenceType >::difference_type = DifferenceType |
Definition at line 96 of file qiteratorfacade_p.h.
| using QtMultimediaPrivate::IteratorFacade< Derived, ValueType, IteratorCategory, Reference, DifferenceType >::iterator_category = IteratorCategory |
Definition at line 93 of file qiteratorfacade_p.h.
| using QtMultimediaPrivate::IteratorFacade< Derived, ValueType, IteratorCategory, Reference, DifferenceType >::pointer |
Definition at line 97 of file qiteratorfacade_p.h.
| using QtMultimediaPrivate::IteratorFacade< Derived, ValueType, IteratorCategory, Reference, DifferenceType >::reference = Reference |
Definition at line 95 of file qiteratorfacade_p.h.
| using QtMultimediaPrivate::IteratorFacade< Derived, ValueType, IteratorCategory, Reference, DifferenceType >::value_type = ValueType |
Definition at line 94 of file qiteratorfacade_p.h.
|
inlineconstexpr |
Definition at line 100 of file qiteratorfacade_p.h.
|
inlineconstexpr |
Definition at line 102 of file qiteratorfacade_p.h.
|
inlineconstexpr |
Definition at line 108 of file qiteratorfacade_p.h.
|
inlineconstexpr |
Definition at line 135 of file qiteratorfacade_p.h.
|
inlineconstexpr |
Definition at line 115 of file qiteratorfacade_p.h.
|
inlineconstexpr |
Definition at line 121 of file qiteratorfacade_p.h.
|
inlineconstexpr |
Definition at line 148 of file qiteratorfacade_p.h.
|
inlineconstexpr |
Definition at line 213 of file qiteratorfacade_p.h.
|
friend |
Definition at line 280 of file qiteratorfacade_p.h.
|
friend |
Definition at line 161 of file qiteratorfacade_p.h.
|
friend |
Definition at line 174 of file qiteratorfacade_p.h.
|
friend |
|
friend |
Definition at line 187 of file qiteratorfacade_p.h.
|
friend |
Definition at line 200 of file qiteratorfacade_p.h.
|
friend |
|
friend |
Definition at line 242 of file qiteratorfacade_p.h.
References operator<=.
Referenced by operator<=.
|
friend |
Definition at line 275 of file qiteratorfacade_p.h.
|
friend |
|
friend |
Definition at line 264 of file qiteratorfacade_p.h.
References operator>=.
Referenced by operator>=.