Main Page   Class Hierarchy   Alphabetical List   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 files:
Generated at Mon May 14 08:43:08 2001 for Simkin by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000