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