home *** CD-ROM | disk | FTP | other *** search
- The member function insert() of the List class adds an item to a
- list. In this case, an item is an object of the PhoneNum class.
- The first two arguments of this function are data to be stored in
- the PhoneNum object. The argument "next" is an iterator object.
- The iterator is required to ensure that the item is inserted at
- the correct position in the list.
-