|
BDE 4.39.x Production Release
|
#include <bslalg_rbtreeutil.h>
This class implements a proctor that, unless release is called, invokes the parameterized DELETER on each node in the tree supplied at construction.
Public Member Functions | |
| RbTreeUtilTreeProctor (RbTreeAnchor *tree, DELETER *deleter) | |
| ~RbTreeUtilTreeProctor () | |
| void | release () |
|
inline |
Create a proctor object that, unless release is called, will, on destruction, invoke the specified deleter on each node in tree.
|
inline |
Unless release has been called, invoke the deleter supplied at construction on each node in the tree supplied at construction.
|
inline |
Release from management the tree supplied at construction.