Public Member Functions

OA::Tree::ChildNodesIterator Class Reference

#include <Tree.hpp>

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

List of all members.

Public Member Functions

 ChildNodesIterator (const Node &n)
 ~ChildNodesIterator ()
void operator++ ()
void operator++ (int)
bool isValid () const
OA_ptr< Nodecurrent () const

Detailed Description

ChildNodesIterator iterates over all the child nodes of a node. Thus, it skips the null edges.

Definition at line 381 of file Tree.hpp.


Constructor & Destructor Documentation

OA::Tree::ChildNodesIterator::ChildNodesIterator ( const Node n  )  [inline]

Definition at line 383 of file Tree.hpp.

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

Member Function Documentation

OA_ptr<Node> OA::Tree::ChildNodesIterator::current (  )  const [inline]
bool OA::Tree::ChildNodesIterator::isValid (  )  const [inline, virtual]
void OA::Tree::ChildNodesIterator::operator++ (  )  [inline, virtual]

The ++ operator for OutEdgesIterator skips all null edges.

Reimplemented from OA::Tree::OutEdgesIterator.

Definition at line 385 of file Tree.hpp.

void OA::Tree::ChildNodesIterator::operator++ ( int   )  [inline]

Reimplemented from OA::Tree::OutEdgesIterator.

Definition at line 386 of file Tree.hpp.


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