Contents

reset

Resets the iterator to the beginning of the collection, as if it had just been created.

Declaration

virtual void reset() = 0;

Overview

Subclasses must implement this pure virtual member function.

See Also

Miscellaneous