QMap< Key, T >::const_iterator Class Reference
#include <qmap.h>
template<class Key, class T>
class QMap< Key, T >::const_iterator
Definition at line 301 of file qmap.h.
Definition at line 324 of file qmap.h.
324 {
return concrete(i)->key; }
Definition at line 325 of file qmap.h.
325 {
return concrete(i)->value; }
const T& operator* |
( |
| ) |
const |
|
inline |
Definition at line 329 of file qmap.h.
329 {
return concrete(i)->value; }
const T* operator-> |
( |
void |
| ) |
const |
|
inline |
Definition at line 330 of file qmap.h.
330 {
return &concrete(i)->value; }
Definition at line 338 of file qmap.h.
GLdouble GLdouble GLdouble r
Definition at line 347 of file qmap.h.
GLdouble GLdouble GLdouble r
Definition at line 352 of file qmap.h.
353 {
const_iterator r = *
this;
if (j > 0)
while (j--) ++
r;
else while (j++) --
r;
return r; }
GLdouble GLdouble GLdouble r
Definition at line 354 of file qmap.h.
const_iterator operator+(int j) const
Definition at line 355 of file qmap.h.
355 {
return *
this = *
this + j; }
Definition at line 356 of file qmap.h.
356 {
return *
this = *
this - j; }
The documentation for this class was generated from the following file: