#include <Tree.hpp>


Public Member Functions | |
| EmptyEndPoint (OA_ptr< Tree::Edge > e) | |
| ~EmptyEndPoint () | |
| void | report (std::ostream &o) const |
Private Attributes | |
| OA_ptr< Tree::Edge > | offending_edge |
EmptyEndPoint exception is thrown if the one, or both, of the end points of an edge being added is null.
Definition at line 144 of file Tree.hpp.
| OA::Tree::EmptyEndPoint::EmptyEndPoint | ( | OA_ptr< Tree::Edge > | e | ) | [inline] |
Definition at line 146 of file Tree.hpp.
References offending_edge.
| void OA::Tree::EmptyEndPoint::report | ( | std::ostream & | o | ) | const [inline, virtual] |
Implements OA::Exception.
Definition at line 150 of file Tree.hpp.
Referenced by EmptyEndPoint().
1.7.1