Constructors
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...
| Name | Description |
|---|---|
| queueIn | The queue this controller drives. |