ISLEman
Public Member Functions | List of all members
TemplateListIntf::ConstIterator Class Referenceabstract

Abstract interface for a iterator of a list. More...

#include <template.h>

Inheritance diagram for TemplateListIntf::ConstIterator:
GenericConstIterator TemplateListConstIterator

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
 

Detailed Description

Abstract interface for a iterator of a list.


The documentation for this class was generated from the following file: