home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH10 / A10149.TXT < prev    next >
Encoding:
Text File  |  1993-09-24  |  378 b   |  7 lines

  1. The member function prev() updates the current position of the
  2. list iterator when an item is inserted into or deleted from the
  3. associated List object.  Since this linked list has only forward
  4. links, the insert() and del() functions of the List class use
  5. the return value of the function prev() to access the PhoneNum
  6. object that comes before the current item in the list.
  7.