|
ISLEman
|
Abstract interface for a iterator of a list. More...
#include <template.h>
Public Member Functions | |
| virtual | ~ConstIterator () |
| Destructor for the iterator. | |
| virtual void | toFirst ()=0 |
| Moves iterator to the first element in the list. | |
| virtual void | toLast ()=0 |
| Moves iterator to the last element in the list. | |
| virtual void | toNext ()=0 |
| Moves iterator to the next element in the list. | |
| virtual void | toPrev ()=0 |
| Moves iterator to the previous element in the list. | |
| virtual bool | current (TemplateVariant &v) const =0 |
Abstract interface for a iterator of a list.
1.8.12