template <class Item> class TcIterator

Abstract base template Iterator Class

Inheritance:


Public Methods

virtual void first()
Set the iterator to the first element.
virtual void next()
Advance the iterator to the next element.
virtual bool isDone() const
Returns true if the end of the set has been reached.
virtual Item currentItem() const
Returns the item the iterator is currently at.

Documentation

Abstract base template Iterator Class. This class is used to provide an interface for Tandem Iterators. In particular it is used by the TcGfxIterator.
virtual void first()
Set the iterator to the first element.

virtual void next()
Advance the iterator to the next element.

virtual bool isDone() const
Returns true if the end of the set has been reached.

virtual Item currentItem() const
Returns the item the iterator is currently at.


Direct child classes:
iterator
TcGfxIterator

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de