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;
77 #endif // _QORE_QOREQUEUEHELPER_H The main value class in Qore, designed to be passed by value.
Definition: QoreValue.h:262
the implementation of Qore's object data type, reference counted, dynamically-allocated only ...
Definition: QoreObject.h:61
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:46