#include <skAlist.h>
Inheritance diagram for 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. |