Qore Programming Language - C/C++ Library 2.2.1
Loading...
Searching...
No Matches
QoreNamespaceClassIterator Class Reference

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

#include <QoreNamespace.h>

Public Member Functions

DLLEXPORT QoreNamespaceClassIterator (const QoreNamespace &ns)
 creates the iterator
virtual DLLEXPORT ~QoreNamespaceClassIterator ()
 destroys the object
DLLEXPORT const QoreClassget () const
 returns the class
DLLEXPORT bool next ()
 moves to the next position; returns true if on a valid position

Detailed Description

allows classes in a namespace to be iterated

Since
Qore 0.9

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