#include <qdict.h>
Inheritance diagram for FX::QDictIterator< type >:
Definition at line 182 of file qdict.h.
Public Member Functions | |
QDictIterator () | |
QDictIterator (const QDict< 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 |