Qore Programming Language  0.9.2
QoreNamespaceGlobalVarIterator Class Reference

allows global variables in a namespace to be iterated More...

#include <QoreNamespace.h>

Public Member Methods

DLLEXPORT QoreNamespaceGlobalVarIterator (const QoreNamespace &ns)
 creates the iterator
 
DLLEXPORT QoreNamespaceGlobalVarIterator (const QoreNamespace &ns)
 creates the iterator
 
virtual DLLEXPORT ~QoreNamespaceGlobalVarIterator ()
 destroys the object
 
virtual DLLEXPORT ~QoreNamespaceGlobalVarIterator ()
 destroys the object
 
DLLEXPORT const QoreExternalGlobalVar & get () const
 returns the global variable
 
DLLEXPORT const QoreExternalGlobalVar & get () const
 returns the global variable
 
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 global variables in a namespace to be iterated

Since
Qore 0.9

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