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