32 #ifndef _QORE_QOREQUEUEHELPER_H
34 #define _QORE_QOREQUEUEHELPER_H
36 class QoreQueueHelper : QorePrivateObjectAccessHelper {
47 DLLEXPORT ~QoreQueueHelper();
62 DLLEXPORT
int size()
const;
65 DLLEXPORT
int getMax()
const;
68 DLLEXPORT
unsigned getReadWaiting()
const;
71 DLLEXPORT
unsigned getWriteWaiting()
const;
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:48
the implementation of Qore's object data type, reference counted, dynamically-allocated only
Definition: QoreObject.h:60
The main value class in Qore, designed to be passed by value.
Definition: QoreValue.h:275