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