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(0x7fbca78f5cd8), acquire_capability(0x7fbca3614908), acquire_capability(0x7fbc84e4e698), acquire_capability(0x7fbc855b95e8), acquire_capability(0x7fbc9cfd0b68)]]
explicit
CCheckQueueControl(CCheckQueue<T>& queueIn);
» more...

Parameters

NameDescription
queueInThe queue this controller drives.