An internal class for implementing QDictIterator and QIntDictIterator. More...
#include <qgdict.h>
Public Member Functions | |
| QGDictIterator (const QGDict &) | |
| QGDictIterator (const QGDictIterator &) | |
| QGDictIterator & | operator= (const QGDictIterator &) |
| ~QGDictIterator () | |
| QCollection::Item | toFirst () |
| QCollection::Item | get () const |
| QString | getKeyString () const |
| const char * | getKeyAscii () const |
| intptr_t | getKeyInt () const |
| void * | getKeyPtr () const |
| QCollection::Item | operator() () |
| QCollection::Item | operator++ () |
| QCollection::Item | operator+= (uint) |
Protected Attributes | |
| QGDict * | dict |
Private Attributes | |
| QBaseBucket * | curNode |
| uint | curIndex |
Friends | |
| class | QGDict |
An internal class for implementing QDictIterator and QIntDictIterator.
QGDictIterator is a strictly internal class that does the heavy work for QDictIterator and QIntDictIterator.
| QGDictIterator::QGDictIterator | ( | const QGDict & | d | ) |
Definition at line 1101 of file qgdict.cpp.
| QGDictIterator::QGDictIterator | ( | const QGDictIterator & | it | ) |
Definition at line 1117 of file qgdict.cpp.
| QGDictIterator::~QGDictIterator | ( | ) |
Definition at line 1149 of file qgdict.cpp.
|
inline |
|
inline |
Definition at line 206 of file qgdict.h.
|
inline |
Definition at line 211 of file qgdict.h.
|
inline |
Definition at line 216 of file qgdict.h.
|
inline |
Definition at line 201 of file qgdict.h.
| QCollection::Item QGDictIterator::operator() | ( | ) |
Definition at line 1188 of file qgdict.cpp.
| QCollection::Item QGDictIterator::operator++ | ( | ) |
Definition at line 1208 of file qgdict.cpp.
| QCollection::Item QGDictIterator::operator+= | ( | uint | jumps | ) |
Definition at line 1239 of file qgdict.cpp.
| QGDictIterator & QGDictIterator::operator= | ( | const QGDictIterator & | it | ) |
Definition at line 1132 of file qgdict.cpp.
| QCollection::Item QGDictIterator::toFirst | ( | ) |
Definition at line 1161 of file qgdict.cpp.
|
private |
1.8.11