|
Qore Programming Language - C/C++ Library
0.8.13.5
|
allows namespaces to be iterated More...
#include <QoreNamespace.h>
Public Member Functions | |
| DLLEXPORT | QoreNamespaceConstIterator (const QoreNamespace *ns) |
| creates the iterator | |
| 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 namespaces to be iterated