home *** CD-ROM | disk | FTP | other *** search
- The List class has one iterator: the function next(). The List
- class also includes the member function gototop(). The PhoneBk
- class must call gototop() before every traversal of the list to
- ensure that the iterator starts at the first element. The data
- member "current" must also be shared by all routines using the
- container.
-