55 abstract bool valid();
abstract any getValue()
returns the current value
abstract bool valid()
returns True if the iterator is currently pointing at a valid element, False if not ...
abstract bool next()
Moves the current position to the next element; returns False if there are no more elements...
This class defines an abstract interface for iterators.
Definition: QC_AbstractIterator.dox.h:10