class skAListIterator

This class provides an interator for the list, it is subclassed to provide type-safety

Inheritance:

skAListIterator


Public Methods

void reset()
resets the iteration to the start of the list
virtual ~skAListIterator()
destructor

Protected Methods

skAListIterator(const skAList&)
the copy constructor is protected to prevent it being called
skAListIterator& operator=(const skAListIterator&)
the assigment operator is protected to prevent it being called
void* operator)()
the iteration step - overrided in the sub-class for type-safety

Documentation

This class provides an interator for the list, it is subclassed to provide type-safety
void reset()
resets the iteration to the start of the list

virtual ~skAListIterator()
destructor

skAListIterator(const skAList&)
the copy constructor is protected to prevent it being called

skAListIterator& operator=(const skAListIterator&)
the assigment operator is protected to prevent it being called

void* operator)()
the iteration step - overrided in the sub-class for type-safety


Direct child classes:
skTAListIterator

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