Class BaseGraph::DuplicateNode#

Nested Relationships#

This class is a nested type of Class BaseGraph.

Inheritance Relationships#

Base Type#

Class Documentation#

class DuplicateNode : public Exception

DuplicateNode exception is thrown if a node being added is already a part of the graph.

Public Functions

inline DuplicateNode(BaseGraph::Node *n)
inline ~DuplicateNode()
inline void report(std::ostream &o) const