[#BloombergLP-bdlcc-SingleProducerQueueImpl_ReleaseAllRawProctor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::SingleProducerQueueImpl_ReleaseAllRawProctor :relfileprefix: ../../ :mrdocs: This class implements a proctor that, unless its `release` method has previously been invoked, automatically invokes `releaseAllRaw` on a `TYPE` upon destruction. == Synopsis Declared in `<bdlcc_singleproducerqueueimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> class SingleProducerQueueImpl_ReleaseAllRawProctor; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlcc/SingleProducerQueueImpl_ReleaseAllRawProctor/2constructor.adoc[`SingleProducerQueueImpl_ReleaseAllRawProctor`] [.small]#[constructor]# | Create a `removeAll` proctor that conditionally manages the specified `queue` (if non‐zero). | xref:BloombergLP/bdlcc/SingleProducerQueueImpl_ReleaseAllRawProctor/2destructor.adoc[`~SingleProducerQueueImpl_ReleaseAllRawProctor`] [.small]#[destructor]# | Destroy this object and, if `release` has not been invoked, invoke the managed queue's `releaseAllRaw` method. | xref:BloombergLP/bdlcc/SingleProducerQueueImpl_ReleaseAllRawProctor/release.adoc[`release`] | Release from management the queue currently managed by this proctor. If no queue, this method has no effect. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#