Public Member Functions

OA::ExprTree::ChildNodesIterator Class Reference

#include <CompareExprTree.hpp>

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

List of all members.

Public Member Functions

 ChildNodesIterator (Node &n)
 ~ChildNodesIterator ()
OA_ptr< Nodecurrent () const
 ChildNodesIterator (Node &n)
 ~ChildNodesIterator ()
OA_ptr< Nodecurrent () const

Detailed Description

ChildNodesIterator iterates over all the children nodes of a node. It skips the null edges. Included here so that datatype information is not lost

Definition at line 385 of file CompareExprTree.hpp.


Constructor & Destructor Documentation

OA::ExprTree::ChildNodesIterator::ChildNodesIterator ( Node n  )  [inline]

Definition at line 387 of file CompareExprTree.hpp.

OA::ExprTree::ChildNodesIterator::~ChildNodesIterator (  )  [inline]

Reimplemented from OA::Tree::ChildNodesIterator.

Definition at line 388 of file CompareExprTree.hpp.

OA::ExprTree::ChildNodesIterator::ChildNodesIterator ( Node n  )  [inline]

Definition at line 398 of file ExprTree.hpp.

OA::ExprTree::ChildNodesIterator::~ChildNodesIterator (  )  [inline]

Reimplemented from OA::Tree::ChildNodesIterator.

Definition at line 399 of file ExprTree.hpp.


Member Function Documentation

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

Reimplemented from OA::Tree::ChildNodesIterator.

Definition at line 400 of file ExprTree.hpp.

References OA::OA_ptr< T >::convert(), OA::Tree::ChildNodesIterator::current(), and OA::n.

Here is the call graph for this function:


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