Skip to content

sgns::storage::trie::SuperGeniusTrieCursor::TriePathEntry

More...

Public Functions

Name
TriePathEntry(BranchPtr parent, int8_t child_idx)

Public Attributes

Name
BranchPtr parent
int8_t child_idx

Detailed Description

struct sgns::storage::trie::SuperGeniusTrieCursor::TriePathEntry;

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

inline TriePathEntry(
    BranchPtr parent,
    int8_t child_idx
)

Public Attributes Documentation

variable parent

BranchPtr parent;

variable child_idx

int8_t child_idx;

Updated on 2026-03-04 at 13:10:44 -0800