Qore Programming Language - C/C++ Library  0.8.13.6
QoreNamespaceIterator Class Reference

allows namespaces to be iterated More...

#include <QoreNamespace.h>

Public Member Functions

DLLEXPORT QoreNamespaceIterator (QoreNamespace *ns)
 creates the iterator
 
DLLEXPORT QoreNamespaceget ()
 returns the namespace
 
DLLEXPORT const QoreNamespaceget () const
 returns the namespace
 
DLLEXPORT bool next ()
 moves to the next position; returns true if on a valid position
 
DLLEXPORT QoreNamespaceoperator* ()
 returns the namespace
 
DLLEXPORT const QoreNamespaceoperator* () const
 returns the namespace
 
DLLEXPORT QoreNamespaceoperator-> ()
 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: