QMap< Key, T >::iterator Class Reference
#include <qmap.h>
template<class Key, class T>
class QMap< Key, T >::iterator
Definition at line 233 of file qmap.h.
Definition at line 250 of file qmap.h.
250 {
return concrete(i)->key; }
Definition at line 251 of file qmap.h.
251 {
return concrete(i)->value; }
Definition at line 255 of file qmap.h.
255 {
return concrete(i)->value; }
T* operator-> |
( |
void |
| ) |
const |
|
inline |
Definition at line 256 of file qmap.h.
256 {
return &concrete(i)->value; }
bool operator== |
( |
const iterator & |
o | ) |
const |
|
inline |
bool operator!= |
( |
const iterator & |
o | ) |
const |
|
inline |
Definition at line 264 of file qmap.h.
GLdouble GLdouble GLdouble r
Definition at line 273 of file qmap.h.
GLdouble GLdouble GLdouble r
Definition at line 278 of file qmap.h.
279 {
iterator r = *
this;
if (j > 0)
while (j--) ++
r;
else while (j++) --
r;
return r; }
GLdouble GLdouble GLdouble r
Definition at line 280 of file qmap.h.
iterator operator+(int j) const
Definition at line 281 of file qmap.h.
281 {
return *
this = *
this + j; }
Definition at line 282 of file qmap.h.
282 {
return *
this = *
this - j; }
The documentation for this class was generated from the following file: