Qore Programming Language  1.7.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
QoreNamespaceNamespaceIterator Class Reference

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 QoreNamespaceget () const
 returns the namespace
 
DLLEXPORT bool next ()
 moves to the next position; returns true if on a valid position
 

Detailed Description

allows local namespaces to be iterated

Since
Qore 0.8.13

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