Public Member Functions

OA::NewExprTree::EdgesIterator Class Reference

#include <NewExprTree.hpp>

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

List of all members.

Public Member Functions

 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 355 of file NewExprTree.hpp.


Constructor & Destructor Documentation

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

Definition at line 357 of file NewExprTree.hpp.

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

Reimplemented from OA::Tree::EdgesIterator.

Definition at line 358 of file NewExprTree.hpp.


Member Function Documentation

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

Reimplemented from OA::Tree::EdgesIterator.

Definition at line 359 of file NewExprTree.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 file: