Class Tree::EdgeInUse#

Nested Relationships#

This class is a nested type of Class Tree.

Inheritance Relationships#

Base Type#

Class Documentation#

class EdgeInUse : public Exception

EdgeInUse exception is thrown if an edge being added is already a part of another tree.

Public Functions

inline EdgeInUse(Tree::Edge *e)
inline ~EdgeInUse()
inline void report(std::ostream &o) const