#include <qcache.h>
Public Member Functions | |
| QCacheIterator (const QCache< type > &c) | |
| QCacheIterator (const QCacheIterator< type > &ci) | |
| QCacheIterator< type > & | operator= (const QCacheIterator< type > &ci) |
| uint | count () const |
| bool | isEmpty () const |
| bool | atFirst () const |
| bool | atLast () const |
| type * | toFirst () |
| type * | toLast () |
| operator type * () const | |
| type * | current () const |
| const char * | currentKey () const |
| type * | operator() () |
| type * | operator++ () |
| type * | operator+= (uint j) |
| type * | operator-- () |
| type * | operator-= (uint j) |
Additional Inherited Members | |
Protected Member Functions inherited from QGCacheIterator | |
| 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 inherited from QGCacheIterator | |
| QCListIt * | it |
|
inline |
Definition at line 126 of file qcache.h.
|
inline |
Definition at line 127 of file qcache.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 138 of file qcache.h.
|
inline |
|
inline |
|
inline |
Definition at line 137 of file qcache.h.
|
inline |
Definition at line 144 of file qcache.h.
|
inline |
Definition at line 145 of file qcache.h.
|
inline |
Definition at line 146 of file qcache.h.
|
inline |
Definition at line 147 of file qcache.h.
|
inline |
Definition at line 148 of file qcache.h.
|
inline |
Definition at line 129 of file qcache.h.
|
inline |
Definition at line 135 of file qcache.h.
|
inline |
Definition at line 136 of file qcache.h.
1.8.11