Class Tree::NodeInUse#

Nested Relationships#

This class is a nested type of Class Tree.

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

Public Functions

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