Class Tree::SecondParent#

Nested Relationships#

This class is a nested type of Class Tree.

Inheritance Relationships#

Base Type#

Class Documentation#

class SecondParent : public Exception

SecondParent exception is thrown if the sink (child) of the edge being added is already present in the tree, meaning that it already has a parent.

Public Functions

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