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

  1. The object "next" is an iterator for the List object "list".
  2. Every member function of the PhoneBk class declares its own
  3. iterator.  Here, "next" is constructed and is initialized to the
  4. first item in the object "list".  If "next" were a static member,
  5. a subsequent call of lookup could continue moving through the
  6. items in the list, starting where this call of lookup() leaves
  7. off.
  8.