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.
Resets the iterator to the beginning of the collection, as if it had just been created.
virtual void reset() = 0;Subclasses must implement this pure virtual member function.