Contents

reset

Exits all levels of recursion, restoring the iterator to its state at creation.

Declaration

virtual void reset(
 void );

Overview

This method exits all levels of recursion, and restores the iterator to its state at creation.

See Also

Miscellaneous