#include <qintdict.h>
Inheritance diagram for FX::QIntDictIterator< type >:
Definition at line 93 of file qintdict.h.
Public Member Functions | |
QIntDictIterator () | |
QIntDictIterator (const QIntDict< type > &d) | |
const keytype & | 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 |