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(0x7ff3792cf9c8), acquire_capability(0x7ff391548dd8), acquire_capability(0x7ff382e29938), acquire_capability(0x7ff38db61408), acquire_capability(0x7ff3921c7578)]]
explicit
CCheckQueueControl(CCheckQueue<T>& queueIn);
Parameters
Name |
Description |
queueIn |
The queue this controller drives. |
Created with MrDocs