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

  1. The public member function remove() takes a single argument that
  2. is a reference to a ListItem object.  It goes through the list and
  3. removes any nodes that have a data part that is equal to this
  4. object.
  5.