Qore Programming Language  0.9.2
QoreNamespaceConstIterator Class Reference

allows all namespaces of a namespace to be iterated (including the namespace passed in the constructor) More...

#include <QoreNamespace.h>

Public Member Methods

DLLEXPORT QoreNamespaceConstIterator (const QoreNamespace &ns)
 creates the iterator; the namespace given will also be included in the iteration set
 
DLLEXPORT QoreNamespaceConstIterator (const QoreNamespace &ns)
 creates the iterator; the namespace given will also be included in the iteration set
 
virtual DLLEXPORT ~QoreNamespaceConstIterator ()
 destroys the object
 
virtual DLLEXPORT ~QoreNamespaceConstIterator ()
 destroys the object
 
DLLEXPORT const QoreNamespaceget () const
 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 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
 
DLLEXPORT const QoreNamespaceoperator-> () const
 returns the namespace
 
DLLEXPORT const QoreNamespaceoperator-> () const
 returns the namespace
 

Detailed Description

allows all namespaces of a namespace to be iterated (including the namespace passed in the constructor)

Since
Qore 0.8.13

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