CCheckQueueControl::CCheckQueueControl

Constructors

Synopses

Declared in <checkqueue.h>

Deleted default constructor; a controller must own a queue.

CCheckQueueControl() = delete;
» more...

Deleted copy constructor; the controller holds an exclusive lock.

CCheckQueueControl(CCheckQueueControl const& other) = delete;
» more...

Takes exclusive control of the given queue and locks its control mutex.

[[acquire_capability(0x7ff3792cf9c8), acquire_capability(0x7ff391548dd8), acquire_capability(0x7ff382e29938), acquire_capability(0x7ff38db61408), acquire_capability(0x7ff3921c7578)]]
explicit
CCheckQueueControl(CCheckQueue<T>& queueIn);
» more...

Parameters

NameDescription
queueInThe queue this controller drives.