Constructors
Synopses
Declared in <checkqueue.h>
Deleted default constructor; a controller must own a queue.
CCheckQueueControl() = delete;
Deleted copy constructor; the controller holds an exclusive lock.
CCheckQueueControl(CCheckQueueControl const& other) = delete;
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);
Parameters
Name |
Description |
queueIn |
The queue this controller drives. |
Created with MrDocs