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

  1. This statement goes through the items in the list in order.
  2. Notice the use of the overloaded function call operator -- the
  3. parentheses following next -- as an iterator function to access
  4. the next item in the list.  If no more entries are in the list, a
  5. null pointer is returned by the iterator function and the while
  6. loop ends.
  7.