1 #ifndef QCEPINTEGRATEDDATAQUEUE_H
2 #define QCEPINTEGRATEDDATAQUEUE_H
5 #include <QReadWriteLock>
7 #include <QSharedPointer>
32 #endif // QCEPINTEGRATEDDATAQUEUE_H
QcepIntegratedDataPtr dequeue()
QSharedPointer< QcepIntegratedData > QcepIntegratedDataPtr
QcepIntegratedDataPtr operator[](int n)
~QcepIntegratedDataQueue()
QcepIntegratedDataQueue(QString name)
void enqueue(QcepIntegratedDataPtr data)
QQueue< QcepIntegratedDataPtr > m_Queue