Qore Programming Language 1.14.2
|
allows local namespaces to be iterated More...
#include <QoreNamespace.h>
Public Member Methods | |
DLLEXPORT | QoreNamespaceNamespaceIterator (const QoreNamespace &ns) |
creates the iterator | |
virtual DLLEXPORT | ~QoreNamespaceNamespaceIterator () |
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 | |
allows local namespaces to be iterated