CatapultServer  v0.5.0.1 (Elephant)
TreeNodePath.cpp File Reference
Include dependency graph for TreeNodePath.cpp:

Namespaces

 catapult
 
 catapult::tree
 

Functions

std::ostream & catapult::tree::operator<< (std::ostream &out, const TreeNodePath &path)
 Insertion operator for outputting path to out. More...
 
size_t catapult::tree::FindFirstDifferenceIndex (const TreeNodePath &lhs, const TreeNodePath &rhs)
 Compares two paths (lhs and rhs) and returns the index of the first non-equal nibble. More...
 

Variable Documentation

◆ m_index

size_t m_index
private

◆ m_path

std::vector<uint8_t> m_path
private