Public Member Functions

OA::ExprTree::NodesIterator Class Reference

#include <CompareExprTree.hpp>

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

List of all members.

Public Member Functions

 NodesIterator (Tree &t)
virtual ~NodesIterator ()
OA_ptr< Nodecurrent () const
 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 339 of file CompareExprTree.hpp.


Constructor & Destructor Documentation

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

Definition at line 341 of file CompareExprTree.hpp.

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

Reimplemented from OA::Tree::NodesIterator.

Definition at line 342 of file CompareExprTree.hpp.

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

Definition at line 352 of file ExprTree.hpp.

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

Reimplemented from OA::Tree::NodesIterator.

Definition at line 353 of file ExprTree.hpp.


Member Function Documentation

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

Reimplemented from OA::Tree::NodesIterator.

Definition at line 354 of file ExprTree.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 files: