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