Qore Programming Language - C/C++ Library  0.8.13.8
QoreNamespaceConstIterator Class Reference

allows namespaces to be iterated More...

#include <QoreNamespace.h>

Public Member Functions

DLLEXPORT QoreNamespaceConstIterator (const QoreNamespace *ns)
 creates the iterator
 
DLLEXPORT const QoreNamespaceget () const
 returns the namespace
 
DLLEXPORT bool next ()
 moves to the next position; returns true if on a valid position
 
DLLEXPORT const QoreNamespaceoperator* () const
 returns the namespace
 
DLLEXPORT const QoreNamespaceoperator-> () const
 returns the namespace
 

Detailed Description

allows namespaces to be iterated

Since
Qore 0.8.13

The documentation for this class was generated from the following file: