|
BDE 4.14.0 Production release
|
#include <bdlcc_singleproducersingleconsumerboundedqueue.h>
Public Member Functions | |
| SingleProducerSingleConsumerBoundedQueue_PopCompleteGuard (TYPE *queue, NODE *node, Uint64 index) | |
| ~SingleProducerSingleConsumerBoundedQueue_PopCompleteGuard () | |
Destroy this object and invoke the TYPE::popComplete. | |
This class implements a guard that invokes TYPE::popComplete on a NODE upon destruction.
|
inline |
Create a guard managing the specified queue and will invoke popComplete with the specified node and index.
|
inline |