#include <Tree.hpp>


Public Member Functions | |
| DuplicateNode (OA_ptr< Tree::Node > n) | |
| ~DuplicateNode () | |
| void | report (std::ostream &o) const |
Private Attributes | |
| OA_ptr< Tree::Node > | offending_node |
DuplicateNode exception is thrown if a node being added is already a part of the tree.
Definition at line 164 of file Tree.hpp.
| OA::Tree::DuplicateNode::DuplicateNode | ( | OA_ptr< Tree::Node > | n | ) | [inline] |
Definition at line 166 of file Tree.hpp.
References offending_node.
| void OA::Tree::DuplicateNode::report | ( | std::ostream & | o | ) | const [inline, virtual] |
Implements OA::Exception.
Definition at line 170 of file Tree.hpp.
Referenced by DuplicateNode().
1.6.1