17 abstract bool empty();
31 abstract bool first();
abstract bool first()
returns True if on the first element
This class defines an abstract interface for iterators where the size of the object being iterated is...
Definition: QC_AbstractQuantifiedIterator.dox.h:5
abstract bool empty()
returns True if the object to iterate is empty; False if not
abstract bool last()
returns True if on the last element
This class defines an abstract interface for iterators.
Definition: QC_AbstractIterator.dox.h:10