sgns::storage::trie::SuperGeniusTrieCursor::TriePathEntry¶
Public Functions¶
| Name | |
|---|---|
| TriePathEntry(BranchPtr parent, int8_t child_idx) |
Public Attributes¶
| Name | |
|---|---|
| BranchPtr | parent |
| int8_t | child_idx |
Detailed Description¶
An element of a path in trie. A node that is a part of the path and the index of its child which is the next node in the path
Public Functions Documentation¶
function TriePathEntry¶
Public Attributes Documentation¶
variable parent¶
variable child_idx¶
Updated on 2026-03-04 at 13:10:44 -0800