#include <NewExprTree.hpp>


Public Member Functions | |
| EdgesIterator (Tree &t) | |
| virtual | ~EdgesIterator () |
| OA_ptr< Edge > | current () const |
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.
| 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.
Reimplemented from OA::Tree::EdgesIterator.
Definition at line 359 of file NewExprTree.hpp.
References OA::OA_ptr< T >::convert(), and OA::Tree::EdgesIterator::current().

1.7.1