#include <Tree.hpp>


Public Member Functions | |
| SecondParent (OA_ptr< Tree::Edge > e) | |
| ~SecondParent () | |
| void | report (std::ostream &o) const |
Private Attributes | |
| OA_ptr< Tree::Edge > | offending_edge |
SecondParent exception is thrown if the sink (child) of the edge being added is already present in the tree, meaning that it already has a parent.
Definition at line 132 of file Tree.hpp.
| OA::Tree::SecondParent::SecondParent | ( | OA_ptr< Tree::Edge > | e | ) | [inline] |
Definition at line 134 of file Tree.hpp.
References offending_edge.
| void OA::Tree::SecondParent::report | ( | std::ostream & | o | ) | const [inline, virtual] |
Implements OA::Exception.
Definition at line 138 of file Tree.hpp.
Referenced by SecondParent().
1.7.1