Public Member Functions

OA::ExprTree::EdgesIterator Class Reference

#include <CompareExprTree.hpp>

Inheritance diagram for OA::ExprTree::EdgesIterator:
Inheritance graph
[legend]
Collaboration diagram for OA::ExprTree::EdgesIterator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 EdgesIterator (Tree &t)
virtual ~EdgesIterator ()
OA_ptr< Edgecurrent () const
 EdgesIterator (Tree &t)
virtual ~EdgesIterator ()
OA_ptr< Edgecurrent () const

Detailed Description

The edge iterator iterates over all the edges in the tree in no particular order. Need one in this class as well as super class so that return value of current method is subclass specific.

Definition at line 356 of file CompareExprTree.hpp.


Constructor & Destructor Documentation

OA::ExprTree::EdgesIterator::EdgesIterator ( Tree t  )  [inline]

Definition at line 358 of file CompareExprTree.hpp.

virtual OA::ExprTree::EdgesIterator::~EdgesIterator (  )  [inline, virtual]

Reimplemented from OA::Tree::EdgesIterator.

Definition at line 359 of file CompareExprTree.hpp.

OA::ExprTree::EdgesIterator::EdgesIterator ( Tree t  )  [inline]

Definition at line 369 of file ExprTree.hpp.

virtual OA::ExprTree::EdgesIterator::~EdgesIterator (  )  [inline, virtual]

Reimplemented from OA::Tree::EdgesIterator.

Definition at line 370 of file ExprTree.hpp.


Member Function Documentation

OA_ptr<Edge> OA::ExprTree::EdgesIterator::current (  )  const [inline]

Reimplemented from OA::Tree::EdgesIterator.

Definition at line 360 of file CompareExprTree.hpp.

References OA::OA_ptr< T >::convert(), and OA::Tree::EdgesIterator::current().

Referenced by OA::ExprTree::copyAndConnectSubTree().

Here is the call graph for this function:

OA_ptr<Edge> OA::ExprTree::EdgesIterator::current (  )  const [inline]

Reimplemented from OA::Tree::EdgesIterator.

Definition at line 371 of file ExprTree.hpp.

References OA::OA_ptr< T >::convert(), and OA::Tree::EdgesIterator::current().

Here is the call graph for this function:


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