#include <skAlist.h>
Inheritance diagram for skTAListIterator:
Public Methods | |
skTAListIterator (const skTAList<T>&) | |
constructor - pass in a list. | |
T* | operator() () |
this provides the next item in the iteration, it returns 0 if the iteration is finished. |