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

  1. These two member functions return pointers to PhoneNum objects.
  2. The iterator function is the overloaded function call operator.
  3. In C++, iterator classes are often implemented in this way.  The
  4. function prev() is used by the member functions of the List class
  5. when inserting and deleting items in the linked list.
  6.