#include <qintcache.h>
Public Member Functions | |
QIntCacheIterator (const QIntCache< type > &d) | |
const cache::KeyType & | currentKey () const |
uint | count () const |
bool | isEmpty () const |
cache::FundamentalDictType * | toFirst () |
operator cache::FundamentalDictType * () const | |
cache::FundamentalDictType * | operator* () |
cache::FundamentalDictType * | current () const |
cache::FundamentalDictType * | operator() () |
cache::FundamentalDictType * | operator++ () |
cache::FundamentalDictType * | operator+= (uint j) |
Protected Member Functions | |
cache::FundamentalDictType * | retptr () const |
const cache::KeyType & FX::QDictBaseIterator< cache::KeyType , cache::FundamentalDictType >::currentKey | ( | ) | const [inline, inherited] |
Returns the key associated with what this iterator points to.
uint FX::QDictBaseIterator< cache::KeyType , cache::FundamentalDictType >::count | ( | ) | const [inline, inherited] |
Returns the number of items in the list this iterator references.
bool FX::QDictBaseIterator< cache::KeyType , cache::FundamentalDictType >::isEmpty | ( | ) | const [inline, inherited] |
Returns true if the list this iterator references is empty.
cache::FundamentalDictType * FX::QDictBaseIterator< cache::KeyType , cache::FundamentalDictType >::toFirst | ( | ) | [inline, inherited] |
Sets the iterator to point to the first item in the list, then returns that item.
FX::QDictBaseIterator< cache::KeyType , cache::FundamentalDictType >::operator cache::FundamentalDictType * | ( | ) | const [inline, inherited] |
Returns what the iterator points to.
cache::FundamentalDictType * FX::QDictBaseIterator< cache::KeyType , cache::FundamentalDictType >::operator* | ( | ) | [inline, inherited] |
Returns what the iterator points to.
cache::FundamentalDictType * FX::QDictBaseIterator< cache::KeyType , cache::FundamentalDictType >::current | ( | ) | const [inline, inherited] |
Returns the item this iterator points to.
cache::FundamentalDictType * FX::QDictBaseIterator< cache::KeyType , cache::FundamentalDictType >::operator() | ( | ) | [inline, inherited] |
Returns the item this iterator points to.
cache::FundamentalDictType * FX::QDictBaseIterator< cache::KeyType , cache::FundamentalDictType >::operator++ | ( | ) | [inline, inherited] |
Increments the iterator.
cache::FundamentalDictType * FX::QDictBaseIterator< cache::KeyType , cache::FundamentalDictType >::operator+= | ( | uint | j | ) | [inline, inherited] |
Increments the iterator.