Public Member Functions

OA::NewExprTree::NodesIterator Class Reference

#include <NewExprTree.hpp>

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

List of all members.

Public Member Functions

 NodesIterator (Tree &t)
virtual ~NodesIterator ()
OA_ptr< Nodecurrent () const

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

OA_ptr<Node> OA::NewExprTree::NodesIterator::current (  )  const [inline]

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.

Here is the call graph for this function:


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