Class BaseGraph::EdgeInUse#

Nested Relationships#

This class is a nested type of Class BaseGraph.

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

Public Functions

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