home *** CD-ROM | disk | FTP | other *** search
- This ListIter class has three data members. The member "list" is
- a pointer to the first item in the associated List object. The
- pointer "current" points to the current item in the list. The
- pointer "prior" points to the item immediately preceding it. An
- application program could have several list iterators and each
- could be at a different position in the List object. The PhoneBk
- class uses only one iterator at a time.
-