Class Tree::PostOrderIterator#
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 PostOrderIterator : public Iterator
Post-order iterator enumerates the nodes in post-order (a node’s sub-trees are visited before the node).