#include <skAlist.h>
Inheritance diagram for skAListIterator:
Public Member Functions | |
void | reset () |
resets the iteration to the start of the list | |
virtual | ~skAListIterator () |
destructor | |
Protected Member Functions | |
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 |