[#CCheckQueueControl-2constructor-0e] = xref:CCheckQueueControl.adoc[CCheckQueueControl]::CCheckQueueControl :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<checkqueue.h>` Deleted default constructor; a controller must own a queue. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CCheckQueueControl/2constructor-0c.adoc[CCheckQueueControl]() = delete; ---- [.small]#xref:CCheckQueueControl/2constructor-0c.adoc[_» more..._]# Deleted copy constructor; the controller holds an exclusive lock. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CCheckQueueControl/2constructor-0d1.adoc[CCheckQueueControl](xref:CCheckQueueControl.adoc[CCheckQueueControl] const& other) = delete; ---- [.small]#xref:CCheckQueueControl/2constructor-0d1.adoc[_» more..._]# Takes exclusive control of the given queue and locks its control mutex. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[acquire_capability(0x7f2e18cd54a8), acquire_capability(0x7f2e3339c0f8), acquire_capability(0x7f2e370fe938), acquire_capability(0x7f2e090f8fa8), acquire_capability(0x7f2e28037b58)]] explicit xref:CCheckQueueControl/2constructor-0d3.adoc[CCheckQueueControl](xref:CCheckQueue.adoc[CCheckQueue<T>]& queueIn); ---- [.small]#xref:CCheckQueueControl/2constructor-0d3.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *queueIn* | The queue this controller drives. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#