CatapultServer  v0.5.0.1 (Elephant)
TreeNodePath.h File Reference
Include dependency graph for TreeNodePath.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  catapult::tree::TreeNodePath
 Represents a path in a tree. More...
 

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...