24 #ifndef _QORE_QOREQUEUEHELPER_H
26 #define _QORE_QOREQUEUEHELPER_H
28 class QoreQueueHelper : QorePrivateObjectAccessHelper {
39 DLLEXPORT ~QoreQueueHelper();
54 DLLEXPORT
int size()
const;
57 DLLEXPORT
int getMax()
const;
60 DLLEXPORT
unsigned getReadWaiting()
const;
63 DLLEXPORT
unsigned getWriteWaiting()
const;
69 #endif // _QORE_QOREQUEUEHELPER_H
The base class for all value and parse types in Qore expression trees.
Definition: AbstractQoreNode.h:47
the implementation of Qore's object data type, reference counted, dynamically-allocated only ...
Definition: QoreObject.h:56
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:35