![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 ()=default | |
| 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 |
| 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) |
| bool | comparesEqual (const const_iterator &lhs, const const_iterator &rhs) noexcept |
| 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 |
|
default |
|
inline |
Definition at line 181 of file qfuture.h.
References const_iterator().
Referenced by const_iterator().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |