bool next()
Moves the current position to the previous element in the list; returns False if there are no more el...
constructor(softlist l)
Creates the list iterator object.
This class an iterator class for lists.
Definition: QC_ListIterator.dox.h:28
bool last()
returns True if on the last element iterated with this iterator (ie the first element in the list) ...
bool first()
returns True if on the first element iterated with this iterator (ie the last element in the list) ...
bool prev()
Moves the current position to the next element in the list; returns False if there are no more elemen...
copy()
Creates a copy of the ListReverseIterator object, iterating the same object as the original and in th...
This class an iterator class for lists.
Definition: QC_ListReverseIterator.dox.h:32