Quick Links:

bal | bbl | bdl | bsl

Public Member Functions

bdlcc::SingleProducerQueueImpl_ReleaseAllRawProctor< TYPE > Class Template Reference

#include <bdlcc_singleproducerqueueimpl.h>

List of all members.

Public Member Functions

 SingleProducerQueueImpl_ReleaseAllRawProctor (TYPE *queue)
 ~SingleProducerQueueImpl_ReleaseAllRawProctor ()
void release ()

Detailed Description

template<class TYPE>
class bdlcc::SingleProducerQueueImpl_ReleaseAllRawProctor< TYPE >

This class implements a proctor that, unless its release method has previously been invoked, automatically invokes releaseAllRaw on a TYPE upon destruction.

See Component bdlcc_singleproducerqueueimpl


Constructor & Destructor Documentation

Create a removeAll proctor that conditionally manages the specified queue (if non-zero).

Destroy this object and, if release has not been invoked, invoke the managed queue's releaseAllRaw method.


Member Function Documentation

template<class TYPE >
void bdlcc::SingleProducerQueueImpl_ReleaseAllRawProctor< TYPE >::release (  ) 

Release from management the queue currently managed by this proctor. If no queue, this method has no effect.


The documentation for this class was generated from the following file: