34 #ifndef _QORE_QOREITERATORBASE_H
36 #define _QORE_QOREITERATORBASE_H
38 #include <qore/AbstractPrivateData.h>
40 DLLEXPORT
extern QoreClass* QC_ABSTRACTITERATOR;
41 DLLEXPORT
extern QoreClass* QC_ABSTRACTBIDIRECTIONALITERATOR;
42 DLLEXPORT
extern QoreClass* QC_ABSTRACTQUANTIFIEDBIDIRECTIONALITERATOR;
43 DLLEXPORT
extern QoreClass* QC_ABSTRACTQUANTIFIEDITERATOR;
45 class QoreAbstractIteratorBase {
51 DLLEXPORT QoreAbstractIteratorBase();
54 DLLEXPORT
virtual ~QoreAbstractIteratorBase();
60 DLLEXPORT
virtual const char* getName()
const = 0;
the base class for all data to be used as private data of Qore objects
Definition: AbstractPrivateData.h:44
abstract base class for iterator private data
Definition: QoreIteratorBase.h:64
defines a Qore-language class
Definition: QoreClass.h:195
DLLEXPORT QoreIteratorBase()
creates the object and marks it as owned by the current thread
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:43
virtual DLLEXPORT ~QoreIteratorBase()
destroys the object