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(0x7f95119a5aa8), acquire_capability(0x7f9503ef22a8), acquire_capability(0x7f9526b06b28), acquire_capability(0x7f9524c114c8), acquire_capability(0x7f94f158a488)]]
explicit
CCheckQueueControl(CCheckQueue<T>& queueIn);
» more...

Parameters

NameDescription
queueInThe queue this controller drives.