This class template represents a node in the radix tree. Each node stores a prefix string, an optional value, and child nodes mapped with their prefix‐part starting character. As the second underscore in the class name indicates, this is a component‐local class not intended for use outside of
Synopsis
Declared in <ball_categorymanager_radixtree.h>
template<class t_VALUE>
class CategoryManager_RadixTree_Node;
Type Aliases
Name |
Description |
Child nodes mapped by the starting their starting character of their prefix‐part. |
|
|
Member Functions
Name |
Description |
|
Constructors |
Assignment operators |
|
|
|
Return the allocator used by this object to supply memory. |
|
|
|
Efficiently exchange the value of this object with the value of the specified |
|
|
Non-Member Functions
Name |
Description |
Return |
|
Return |
Created with MrDocs