template <class T> class skTAListIterator : public skAListIterator

this class provides a templated list iterator

Inheritance:

skTAListIterator < skAListIterator


Public Methods

skTAListIterator(const skTAList<T>&)
constructor - pass in a list
T* operator)()
this provides the next item in the iteration, it returns 0 if the iteration is finished

Inherited from skAListIterator:

Public Methods

void reset()

Protected Methods

skAListIterator& operator=(const skAListIterator&)

Documentation

this class provides a templated list iterator
skTAListIterator(const skTAList<T>&)
constructor - pass in a list

T* operator)()
this provides the next item in the iteration, it returns 0 if the iteration is finished


This class has no child classes.

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