Kagome
Polkadot Runtime Engine in C++17
kagome::storage::trie::PolkadotTrieCursorImpl::TriePathEntry Struct Reference
Collaboration diagram for kagome::storage::trie::PolkadotTrieCursorImpl::TriePathEntry:

Public Member Functions

 TriePathEntry (const BranchNode &parent, uint8_t child_idx)
 

Public Attributes

const BranchNodeparent
 
uint8_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

Definition at line 82 of file polkadot_trie_cursor_impl.hpp.

Constructor & Destructor Documentation

kagome::storage::trie::PolkadotTrieCursorImpl::TriePathEntry::TriePathEntry ( const BranchNode parent,
uint8_t  child_idx 
)
inline

Definition at line 83 of file polkadot_trie_cursor_impl.hpp.

Member Data Documentation

uint8_t kagome::storage::trie::PolkadotTrieCursorImpl::TriePathEntry::child_idx

Definition at line 87 of file polkadot_trie_cursor_impl.hpp.

const BranchNode& kagome::storage::trie::PolkadotTrieCursorImpl::TriePathEntry::parent

Definition at line 86 of file polkadot_trie_cursor_impl.hpp.


The documentation for this struct was generated from the following file: