QSet< T >::const_iterator Class Reference
#include <qset.h>
template<class T>
class QSet< T >::const_iterator
Definition at line 132 of file qset.h.
Definition at line 150 of file qset.h.
150 { i = o.i;
return *
this; }
const T& operator* |
( |
| ) |
const |
|
inline |
const T* operator-> |
( |
void |
| ) |
const |
|
inline |
Definition at line 155 of file qset.h.
155 { ++i;
return *
this; }
Definition at line 156 of file qset.h.
GLdouble GLdouble GLdouble r
Definition at line 157 of file qset.h.
157 { --i;
return *
this; }
Definition at line 158 of file qset.h.
GLdouble GLdouble GLdouble r
Definition at line 161 of file qset.h.
161 { i += j;
return *
this; }
Definition at line 162 of file qset.h.
162 { i -= j;
return *
this; }
The documentation for this class was generated from the following file: