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

  1. Objects of the class ListIter are iterator objects for an
  2. associated List object.  The iterators go to each item in a list
  3. in turn.  The ListIter class is a friend of the List class and of
  4. the PhoneNum class because it must manipulate pointers that are
  5. data members of objects of both these classes.
  6.