This class template represents a node in the radix tree.
Synopsis
Declared in <ball_categorymanager_radixtree.h>
template<class t_VALUE>
class CategoryManager_RadixTree_Node;
Description
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 the radix tree implementation.
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 that of |
|
|
Non-Member Functions
Name |
Description |
Return |
|
Return |
Created with MrDocs