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

  1. Here, the function call operator is overloaded for objects of the
  2. class ListIter.  This operator is used by member functions of the
  3. List and PhoneBk classes to visit each item in a List object in
  4. turn.
  5.