Create a guard managing the specified child in the specified parent.
Declared in <ball_categorymanager_radixtree.h>
CategoryManager_RadixTree_ChildNodeGuard(
Node* parent,
ChildIterator child);
The guard will erase the child from the parent upon destruction unless release() is called.
| Name | Description |
|---|---|
| parent | parent node that owns the child |
| child | iterator to the child node to manage |