Qore Programming Language  0.9.2
QoreNamespaceConstantIterator Class Reference

allows constants in a namespace to be iterated More...

#include <QoreNamespace.h>

Public Member Methods

DLLEXPORT QoreNamespaceConstantIterator (const QoreNamespace &ns)
 creates the iterator
 
DLLEXPORT QoreNamespaceConstantIterator (const QoreNamespace &ns)
 creates the iterator
 
virtual DLLEXPORT ~QoreNamespaceConstantIterator ()
 destroys the object
 
virtual DLLEXPORT ~QoreNamespaceConstantIterator ()
 destroys the object
 
DLLEXPORT const QoreExternalConstantget () const
 returns the constant
 
DLLEXPORT const QoreExternalConstantget () const
 returns the constant
 
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
 

Detailed Description

allows constants in a namespace to be iterated

Since
Qore 0.9

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