Qore Programming Language 1.14.2
|
allows all namespaces of a namespace to be iterated (including the namespace passed in the constructor) More...
#include <QoreNamespace.h>
Public Member Methods | |
DLLEXPORT | QoreNamespaceConstIterator (const QoreNamespace &ns) |
creates the iterator; the namespace given will also be included in the iteration set | |
virtual DLLEXPORT | ~QoreNamespaceConstIterator () |
destroys the object | |
DLLEXPORT const QoreNamespace & | get () const |
returns the namespace | |
DLLEXPORT bool | next () |
moves to the next position; returns true if on a valid position | |
DLLEXPORT const QoreNamespace * | operator* () const |
returns the namespace | |
DLLEXPORT const QoreNamespace * | operator-> () const |
returns the namespace | |
allows all namespaces of a namespace to be iterated (including the namespace passed in the constructor)