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