#include <NewExprTree.hpp>


Public Member Functions | |
| NodesIterator (Tree &t) | |
| virtual | ~NodesIterator () |
| OA_ptr< Node > | current () const |
The node iterator iterates over all the nodes 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 338 of file NewExprTree.hpp.
| OA::NewExprTree::NodesIterator::NodesIterator | ( | Tree & | t | ) | [inline] |
Definition at line 340 of file NewExprTree.hpp.
| virtual OA::NewExprTree::NodesIterator::~NodesIterator | ( | ) | [inline, virtual] |
Reimplemented from OA::Tree::NodesIterator.
Definition at line 341 of file NewExprTree.hpp.
Reimplemented from OA::Tree::NodesIterator.
Definition at line 342 of file NewExprTree.hpp.
References OA::OA_ptr< T >::convert(), OA::Tree::NodesIterator::current(), and OA::n.

1.7.1