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

  1. Here, the data member "prior" is updated to point to the current
  2. item in the associated List object, and the pointer "current" is
  3. updated to point to the next item.  In this way, the list iterator
  4. visits each item in turn.
  5.