Class BaseGraph::DuplicateEdge#

Nested Relationships#

This class is a nested type of Class BaseGraph.

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

Public Functions

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