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 on Tue Nov 20 17:56:22 2001 for Simkin by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001