An internal class for implementing QCacheIterator and QIntCacheIterator. More...
#include <qgcache.h>
Protected Member Functions | |
| QGCacheIterator (const QGCache &) | |
| QGCacheIterator (const QGCacheIterator &) | |
| ~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.
|
protected |
Definition at line 687 of file qgcache.cpp.
|
protected |
Definition at line 700 of file qgcache.cpp.
|
protected |
Definition at line 713 of file qgcache.cpp.
|
protected |
Definition at line 744 of file qgcache.cpp.
|
protected |
Definition at line 754 of file qgcache.cpp.
|
protected |
Definition at line 734 of file qgcache.cpp.
|
protected |
Definition at line 786 of file qgcache.cpp.
|
protected |
Definition at line 808 of file qgcache.cpp.
|
protected |
Definition at line 819 of file qgcache.cpp.
|
protected |
Definition at line 797 of file qgcache.cpp.
|
protected |
Definition at line 830 of file qgcache.cpp.
|
protected |
Definition at line 841 of file qgcache.cpp.
|
protected |
Definition at line 852 of file qgcache.cpp.
|
protected |
Definition at line 863 of file qgcache.cpp.
|
protected |
Definition at line 874 of file qgcache.cpp.
|
protected |
Definition at line 723 of file qgcache.cpp.
|
protected |
Definition at line 764 of file qgcache.cpp.
|
protected |
Definition at line 775 of file qgcache.cpp.
1.8.11