Class Tree::ChildNodesIterator#

Nested Relationships#

This class is a nested type of Class Tree.

Inheritance Relationships#

Base Type#

Class Documentation#

class ChildNodesIterator : private Tree::OutEdgesIterator

ChildNodesIterator iterates over all the child nodes of a node.

Thus, it skips the null edges.

Public Functions

inline ChildNodesIterator(Node *n)
inline ~ChildNodesIterator()
inline virtual void operator++()
inline virtual operator bool()
inline operator Node*()