Qore Programming Language
1.7.0
|
allows functions in a namespace to be iterated More...
#include <QoreNamespace.h>
Public Member Methods | |
DLLEXPORT | QoreNamespaceFunctionIterator (const QoreNamespace &ns) |
creates the iterator | |
virtual DLLEXPORT | ~QoreNamespaceFunctionIterator () |
destroys the object | |
DLLEXPORT const QoreExternalFunction & | get () const |
returns the function | |
DLLEXPORT bool | next () |
moves to the next position; returns true if on a valid position | |
allows functions in a namespace to be iterated