CatapultServer
v0.5.0.1 (Elephant)
|
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... | |