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