BDE 4.14.0 Production release
|
#include <bslalg_rbtreeutil.h>
Public Member Functions | |
RbTreeUtilTreeProctor (RbTreeAnchor *tree, DELETER *deleter) | |
~RbTreeUtilTreeProctor () | |
void | release () |
Release from management the tree supplied at construction. | |
This class implements a proctor that, unless release
is called, invokes the parameterized DELETER
on each node in the tree supplied at construction.
|
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 |