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

  1. This call of the member function prev() of the ListIter class
  2. returns a pointer to the PhoneNum object that precedes the item to
  3. be deleted from the list.  The member function prev() also updates
  4. the iterator object to make the current item in the list the item
  5. that follows the item to be deleted.
  6.