Class Tree::ReversePostOrderIterator#
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 ReversePostOrderIterator : public Iterator
Reverse post-order iterator, as the name suggests, enumerates the nodes in the order that is reverse of post-order.