children overloads
Declared in <ball_categorymanager_radixtree.h>
Return a reference providing modifiable access to the child nodes of this node.
CategoryManager_RadixTree_Node<t_VALUE>::Children&
children();
» more...
Return a reference providing non-modifiable access to the child nodes of this node.
CategoryManager_RadixTree_Node<t_VALUE>::Children const&
children() const;
» more...