Contents

isValid

Check that the collection hasn't been modified during iteration.

Declaration

virtual bool isValid() = 0;

Return Value

true if the iterator is valid for continued use, false otherwise (typically because the collection being iterated has been modified).

Overview

Subclasses must implement this pure virtual member function.

See Also

Miscellaneous