Public Member Functions | Private Attributes

OA::Tree::DeletingRootOfNonSingletonTree Class Reference

#include <Tree.hpp>

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

List of all members.

Public Member Functions

 DeletingRootOfNonSingletonTree (OA_ptr< Tree::Node > n)
 ~DeletingRootOfNonSingletonTree ()
void report (std::ostream &o) const

Private Attributes

OA_ptr< Tree::Nodeoffending_node

Detailed Description

DeletingRootOfNonSingletonTree is thrown when an attempt is made to remove the root of a tree that has other nodes and edges.

Definition at line 201 of file Tree.hpp.


Constructor & Destructor Documentation

OA::Tree::DeletingRootOfNonSingletonTree::DeletingRootOfNonSingletonTree ( OA_ptr< Tree::Node n  )  [inline]

Definition at line 203 of file Tree.hpp.

References offending_node.

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

Definition at line 204 of file Tree.hpp.


Member Function Documentation

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

Implements OA::Exception.

Definition at line 205 of file Tree.hpp.


Member Data Documentation

Definition at line 207 of file Tree.hpp.

Referenced by DeletingRootOfNonSingletonTree().


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