#include <Tree.hpp>


Public Member Functions | |
| DuplicateEdge (OA_ptr< Tree::Edge > e) | |
| ~DuplicateEdge () | |
| void | report (std::ostream &o) const |
Private Attributes | |
| OA_ptr< Tree::Edge > | offending_edge |
DuplicateEdge exception is thrown if an edge being added is already a part of the tree.
Definition at line 96 of file Tree.hpp.
| OA::Tree::DuplicateEdge::DuplicateEdge | ( | OA_ptr< Tree::Edge > | e | ) | [inline] |
Definition at line 98 of file Tree.hpp.
References offending_edge.
| void OA::Tree::DuplicateEdge::report | ( | std::ostream & | o | ) | const [inline, virtual] |
Implements OA::Exception.
Definition at line 102 of file Tree.hpp.
Referenced by DuplicateEdge().
1.6.1