const_iterator
#include <QtCore/QFuture/const_iterator>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QFuture::const_iterator
Overview
Public Types Index
qptrdiff | difference_type |
std::bidirectional_iterator_tag | iterator_category |
const T * | pointer |
const T & | reference |
T | value_type |
Public Functions Index
const_iterator () | |
const_iterator (QFuture const *const _future, int _index) | |
const_iterator (const const_iterator &o) | |
bool | operator!= (const const_iterator &other) const |
const T & | operator* () const |
const_iterator | operator+ (int j) const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator & | operator+= (int j) |
const_iterator | operator- (int j) const |
const_iterator & | operator-- () |
const_iterator | operator-- (int) |
const_iterator & | operator-= (int j) |
const T * | operator-> () const |
const_iterator & | operator= (const const_iterator &o) |
bool | operator== (const const_iterator &o) const |
Public Types
typedef qptrdiff
typedef std::bidirectional_iterator_tag
typedef const T *
typedef const T &
typedef T
Public Functions
bool
const T &
const T *
bool
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy