QXRD
0.11.16
|
#include <qcepallocatorthread.h>
Public Member Functions | |
QcepAllocatorThread (QcepSettingsSaverPtr saver) | |
~QcepAllocatorThread () | |
void | shutdown () |
QcepAllocatorPtr | allocator () const |
Public Member Functions inherited from QcepThread | |
QcepThread (QObject *parent=0) | |
Protected Member Functions | |
void | run () |
Private Attributes | |
QcepAllocatorPtr | m_Allocator |
QcepSettingsSaverPtr | m_Saver |
Additional Inherited Members | |
Static Public Member Functions inherited from QcepThread | |
static void | msleep (long unsigned int) |
Protected Attributes inherited from QcepThread | |
QMutex | m_Mutex |
Definition at line 9 of file qcepallocatorthread.h.
QcepAllocatorThread::QcepAllocatorThread | ( | QcepSettingsSaverPtr | saver | ) |
Definition at line 9 of file qcepallocatorthread.cpp.
References DEBUG_CONSTRUCTORS, and qcepDebug().
QcepAllocatorThread::~QcepAllocatorThread | ( | ) |
Definition at line 19 of file qcepallocatorthread.cpp.
References DEBUG_CONSTRUCTORS, qcepDebug(), and shutdown().
QcepAllocatorPtr QcepAllocatorThread::allocator | ( | ) | const |
Definition at line 66 of file qcepallocatorthread.cpp.
References m_Allocator, and QcepThread::m_Mutex.
|
protected |
Definition at line 28 of file qcepallocatorthread.cpp.
References DEBUG_THREADS, m_Allocator, QcepThread::m_Mutex, m_Saver, and qcepDebug().
void QcepAllocatorThread::shutdown | ( | ) |
Definition at line 59 of file qcepallocatorthread.cpp.
Referenced by ~QcepAllocatorThread().
|
private |
Definition at line 25 of file qcepallocatorthread.h.
Referenced by allocator(), and run().
|
private |
Definition at line 26 of file qcepallocatorthread.h.
Referenced by run().