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

  1. The new item should be inserted before the current position of the
  2. list iterator.  This line calls the member function prev() of the
  3. ListIter class to find out whether the list iterator is positioned
  4. before the first item in the linked list or after an item in the
  5. list.
  6.