![]() |
Qt 6.x
The Qt SDK
|
#include <qfuture.h>
Public Types | |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef qptrdiff | difference_type |
typedef T | value_type |
typedef const T * | pointer |
typedef const T & | reference |
Public Member Functions | |
const_iterator () | |
const_iterator (QFuture const *const _future, int _index) | |
const_iterator (const const_iterator &o) | |
const_iterator & | operator= (const const_iterator &o) |
const T & | operator* () const |
const T * | operator-> () const |
bool | operator!= (const const_iterator &other) const |
bool | operator== (const const_iterator &o) const |
const_iterator & | operator++ () |
const_iterator & | operator-- () |
const_iterator | operator++ (int) |
const_iterator | operator-- (int) |
const_iterator | operator+ (int j) const |
const_iterator | operator- (int j) const |
const_iterator & | operator+= (int j) |
const_iterator & | operator-= (int j) |
Friends | |
const_iterator | operator+ (int j, const_iterator k) |
typedef std::bidirectional_iterator_tag QFuture< T >::const_iterator::iterator_category |
typedef const T* QFuture< T >::const_iterator::pointer |
typedef const T& QFuture< T >::const_iterator::reference |
typedef T QFuture< T >::const_iterator::value_type |
|
inline |
Definition at line 178 of file qfuture.h.
Referenced by QFuture< T >::const_iterator::operator+(), and QFuture< T >::const_iterator::operator-().
|
inline |
|
inline |
Definition at line 186 of file qfuture.h.
References other().
Referenced by QFuture< T >::const_iterator::operator==().
|
inline |
|
inline |
Definition at line 204 of file qfuture.h.
References QFuture< T >::const_iterator::const_iterator(), and j.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 206 of file qfuture.h.
References QFuture< T >::const_iterator::const_iterator(), and j.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 187 of file qfuture.h.
References o, and QFuture< T >::const_iterator::operator!=().
|
friend |