Class Tree::PreOrderIterator#
Defined in File Tree.h
Nested Relationships#
This class is a nested type of Class Tree.
Inheritance Relationships#
Base Type#
public Iterator(Class Iterator)
Class Documentation#
-
class PreOrderIterator : public Iterator
Pre-order iterator enumerates the nodes in pre-order (a node is visited before all its sub-trees).