Class BaseGraph::NodeInUse#

Nested Relationships#

This class is a nested type of Class BaseGraph.

Inheritance Relationships#

Base Type#

Class Documentation#

class NodeInUse : public Exception

NodeInUse exception is thrown if a node being added is already a part of another graph.

Public Functions

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