Each collection type defines a specialized iterator for its contents. More...
#include <IIterator.h>
Public Member Functions | |
virtual bool | Next ()=0 |
virtual bool | Prev ()=0 |
virtual T | Current ()=0 |
virtual T & | CurrentRef ()=0 |
Each collection type defines a specialized iterator for its contents.
Definition at line 34 of file IIterator.h.