|
BDE 4.39.x Production Release
|
#include <bdlcc_singleconsumerqueueimpl.h>
This class implements a guard that automatically invokes popComplete on the managed queue upon destruction.
Public Member Functions | |
| SingleConsumerQueueImpl_PopCompleteGuard (TYPE *queue) | |
| ~SingleConsumerQueueImpl_PopCompleteGuard () | |
|
explicit |
Create a popComplete guard managing the specified queue.
| bdlcc::SingleConsumerQueueImpl_PopCompleteGuard< TYPE >::~SingleConsumerQueueImpl_PopCompleteGuard | ( | ) |
Destroy this object and invoke the popComplete method on the managed queue.