ISLEman
Public Member Functions | List of all members
QCacheIterator< type > Class Template Reference
Inheritance diagram for QCacheIterator< type >:
QGCacheIterator

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 &)
 
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 inherited from QGCacheIterator
QCListItit
 

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