QFuture< T >::const_iterator Class Reference
#include <qfuture.h>
template<typename T>
class QFuture< T >::const_iterator
Definition at line 110 of file qfuture.h.
Definition at line 122 of file qfuture.h.
123 { future = o.future;
index = o.index;
return *
this; }
const T& operator* |
( |
| ) |
const |
|
inline |
Definition at line 124 of file qfuture.h.
124 {
return future->
d.resultReference(
index); }
const T* operator-> |
( |
void |
| ) |
const |
|
inline |
Definition at line 127 of file qfuture.h.
129 if (
index == -1 && other.index == -1)
131 if (other.index == -1)
133 return (
index != other.index);
Definition at line 136 of file qfuture.h.
bool operator!=(const const_iterator &other) const
Definition at line 138 of file qfuture.h.
GLdouble GLdouble GLdouble r
Definition at line 140 of file qfuture.h.
GLdouble GLdouble GLdouble r
The documentation for this class was generated from the following file: