|
ISLEman
|
An internal class for implementing QCacheIterator and QIntCacheIterator. More...
#include <qgcache.h>
Protected Member Functions | |
| QGCacheIterator (const QGCache &) | |
| QGCacheIterator (const QGCacheIterator &) | |
| QGCacheIterator & | operator= (const QGCacheIterator &) |
| uint | count () const |
| bool | atFirst () const |
| bool | atLast () const |
| QCollection::Item | toFirst () |
| QCollection::Item | toLast () |
| QCollection::Item | get () const |
| QString | getKeyString () const |
| const char * | getKeyAscii () const |
| intptr_t | getKeyInt () const |
| QCollection::Item | operator() () |
| QCollection::Item | operator++ () |
| QCollection::Item | operator+= (uint) |
| QCollection::Item | operator-- () |
| QCollection::Item | operator-= (uint) |
Protected Attributes | |
| QCListIt * | it |
An internal class for implementing QCacheIterator and QIntCacheIterator.
QGCacheIterator is a strictly internal class that does the heavy work for QCacheIterator and QIntCacheIterator.
1.8.12