ListIterator(const List& lst);
bool AtBegin() const;
bool AtEnd() const;
List* List() const;
void Begin();
void End();
T& operator*();
ListIterator& operator++();
This page was last modified on Mar 28, 2001
URL: http://people.hsc.edu/faculty-staff/robbk/Coms262/Lectures/ListIteratorInterface.html