![]() |
Qt 6.x
The Qt SDK
|
#include <qlist.h>
Collaboration diagram for QList< T >::iterator:Public Types | |
| using | difference_type = qsizetype |
| using | value_type = T |
| using | iterator_category = std::random_access_iterator_tag |
| using | pointer = T * |
| using | reference = T & |
Friends | |
| class | QList< T > |
| class | const_iterator |
| iterator | operator+ (qsizetype j, iterator k) |
| using QList< T >::iterator::iterator_category = std::random_access_iterator_tag |
| using QList< T >::iterator::pointer = T * |
| using QList< T >::iterator::reference = T & |
| using QList< T >::iterator::value_type = T |
|
inlineconstexprdefault |
Referenced by QList< T >::iterator::operator+(), and QList< T >::iterator::operator-().
Here is the caller graph for this function:
|
inlineconstexpr |
|
inline |
Definition at line 173 of file qlist.h.
References QList< T >::iterator::iterator(), i, and j.
Here is the call graph for this function:Definition at line 174 of file qlist.h.
References QList< T >::iterator::iterator(), i, and j.
Here is the call graph for this function:
|
inline |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
friend |