#include </home/clem/local/src/opie/qmake/include/qcache.h>
Inheritance diagram for QCacheIterator< type >:


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 |
| QString | currentKey () const |
| type * | operator() () |
| type * | operator++ () |
| type * | operator+= (uint j) |
| type * | operator-- () |
| type * | operator-= (uint j) |
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
Returns TRUE if the iterator points to the first item. Reimplemented from QGCacheIterator. Definition at line 104 of file qcache.h. References QGCacheIterator::atFirst(). |
|
|||||||||
|
Returns TRUE if the iterator points to the last item. Reimplemented from QGCacheIterator. Definition at line 105 of file qcache.h. References QGCacheIterator::atLast(). |
|
|||||||||
|
Returns the number of items in the cache. Reimplemented from QGCacheIterator. Definition at line 102 of file qcache.h. References QGCacheIterator::count(). |
|
|||||||||
|
Definition at line 109 of file qcache.h. References QGCacheIterator::get(), and type. |
|
|||||||||
|
Definition at line 110 of file qcache.h. References QGCacheIterator::getKeyString(). |
|
|||||||||
|
Definition at line 103 of file qcache.h. References QGCacheIterator::count(). |
|
|||||||||
|
Definition at line 108 of file qcache.h. References QGCacheIterator::get(), and type. |
|
|||||||||
|
Moves to the next item (postfix). Reimplemented from QGCacheIterator. Definition at line 111 of file qcache.h. References QGCacheIterator::operator()(), and type. |
|
|||||||||
|
Moves to the next item (prefix). Reimplemented from QGCacheIterator. Definition at line 112 of file qcache.h. References QGCacheIterator::operator++(), and type. |
|
||||||||||
|
Moves jump positions forward. Reimplemented from QGCacheIterator. Definition at line 113 of file qcache.h. References QGCacheIterator::operator+=(), and type. |
|
|||||||||
|
Moves to the previous item (prefix). Reimplemented from QGCacheIterator. Definition at line 114 of file qcache.h. References QGCacheIterator::operator--(), and type. |
|
||||||||||
|
Moves jump positions backward. Reimplemented from QGCacheIterator. Definition at line 115 of file qcache.h. References QGCacheIterator::operator-=(), and type. |
|
||||||||||
|
Definition at line 100 of file qcache.h. References QGCacheIterator::operator=(). |
|
|||||||||
|
Sets the list iterator to point to the first item in the cache. Reimplemented from QGCacheIterator. Definition at line 106 of file qcache.h. References QGCacheIterator::toFirst(), and type. |
|
|||||||||
|
Sets the list iterator to point to the last item in the cache. Reimplemented from QGCacheIterator. Definition at line 107 of file qcache.h. References QGCacheIterator::toLast(), and type. |
1.4.2