Class Tree::DuplicateEdge#

Nested Relationships#

This class is a nested type of Class Tree.

Inheritance Relationships#

Base Type#

Class Documentation#

class DuplicateEdge : public Exception

DuplicateEdge exception is thrown if an edge being added is already a part of the tree.

Public Functions

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