ISLEman
Protected Member Functions | Protected Attributes | List of all members
QGCacheIterator Class Reference

An internal class for implementing QCacheIterator and QIntCacheIterator. More...

#include <qgcache.h>

Inheritance diagram for QGCacheIterator:
QCacheIterator< type >

Protected Member Functions

 QGCacheIterator (const QGCache &)
 
 QGCacheIterator (const QGCacheIterator &)
 
QGCacheIteratoroperator= (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

QCListItit
 

Detailed Description

An internal class for implementing QCacheIterator and QIntCacheIterator.

QGCacheIterator is a strictly internal class that does the heavy work for QCacheIterator and QIntCacheIterator.


The documentation for this class was generated from the following files: