Public Member Functions | Private Attributes

OA::Tree::NonexistentEdge Class Reference

#include <Tree.hpp>

Inheritance diagram for OA::Tree::NonexistentEdge:
Inheritance graph
[legend]
Collaboration diagram for OA::Tree::NonexistentEdge:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 NonexistentEdge (OA_ptr< Tree::Edge > e)
 ~NonexistentEdge ()
void report (std::ostream &o) const

Private Attributes

OA_ptr< Tree::Edgeoffending_edge

Detailed Description

NonexistentEdge exception is thrown if an edge being deleted is not a part of the tree.

Definition at line 107 of file Tree.hpp.


Constructor & Destructor Documentation

OA::Tree::NonexistentEdge::NonexistentEdge ( OA_ptr< Tree::Edge e  )  [inline]

Definition at line 109 of file Tree.hpp.

References offending_edge.

OA::Tree::NonexistentEdge::~NonexistentEdge (  )  [inline]

Definition at line 110 of file Tree.hpp.


Member Function Documentation

void OA::Tree::NonexistentEdge::report ( std::ostream &  o  )  const [inline, virtual]

Implements OA::Exception.

Definition at line 111 of file Tree.hpp.


Member Data Documentation

Definition at line 113 of file Tree.hpp.

Referenced by NonexistentEdge().


The documentation for this class was generated from the following file: