#include <namespacedef.h>
Public Member Functions | |
NamespaceListIterator (const NamespaceList &l) | |
Public Member Functions inherited from QListIterator< NamespaceDef > | |
QListIterator (const QList< NamespaceDef > &l) | |
~QListIterator () | |
uint | count () const |
bool | isEmpty () const |
bool | atFirst () const |
bool | atLast () const |
NamespaceDef * | toFirst () |
NamespaceDef * | toLast () |
operator NamespaceDef * () const | |
NamespaceDef * | operator* () |
NamespaceDef * | current () const |
NamespaceDef * | operator() () |
NamespaceDef * | operator++ () |
NamespaceDef * | operator+= (uint j) |
NamespaceDef * | operator-- () |
NamespaceDef * | operator-= (uint j) |
QListIterator< NamespaceDef > & | operator= (const QListIterator< NamespaceDef > &it) |
Additional Inherited Members | |
Protected Member Functions inherited from QGListIterator | |
QGListIterator (const QGList &) | |
QGListIterator (const QGListIterator &) | |
QGListIterator & | operator= (const QGListIterator &) |
~QGListIterator () | |
bool | atFirst () const |
bool | atLast () const |
QCollection::Item | toFirst () |
QCollection::Item | toLast () |
QCollection::Item | get () const |
QCollection::Item | operator() () |
QCollection::Item | operator++ () |
QCollection::Item | operator+= (uint) |
QCollection::Item | operator-- () |
QCollection::Item | operator-= (uint) |
Protected Attributes inherited from QGListIterator | |
QGList * | list |
An iterator for NamespaceDef objects in a NamespaceList.
Definition at line 157 of file namespacedef.h.
|
inline |
Definition at line 160 of file namespacedef.h.