Main Page   Class Hierarchy   Compound List   File List   Compound Members  

skAListIterator Class Reference

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

#include <skAlist.h>

Inheritance diagram for skAListIterator:

skTAListIterator List of all members.

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.


Detailed Description

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


The documentation for this class was generated from the following file:
Generated at Mon Mar 5 16:00:30 2001 for Simkin by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000