Public Member Functions | Private Attributes

OA::Tree::EmptyEndPoint Class Reference

#include <Tree.hpp>

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

List of all members.

Public Member Functions

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

Private Attributes

OA_ptr< Tree::Edgeoffending_edge

Detailed Description

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.


Constructor & Destructor Documentation

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

Definition at line 146 of file Tree.hpp.

References offending_edge.

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

Definition at line 147 of file Tree.hpp.


Member Function Documentation

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

Implements OA::Exception.

Definition at line 148 of file Tree.hpp.


Member Data Documentation

Definition at line 150 of file Tree.hpp.

Referenced by EmptyEndPoint().


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