home *** CD-ROM | disk | FTP | other *** search
- The member function prev() updates the current position of the
- list iterator when an item is inserted into or deleted from the
- associated List object. Since this linked list has only forward
- links, the insert() and del() functions of the List class use
- the return value of the function prev() to access the PhoneNum
- object that comes before the current item in the list.
-