#include <QHostAddress.h>
Inheritance diagram for FX::QHostAddressDictIterator< type >:
Definition at line 215 of file QHostAddress.h.
Public Member Functions | |
QHostAddressDictIterator () | |
QHostAddressDictIterator (const QHostAddressDict< 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 |