home *** CD-ROM | disk | FTP | other *** search
- This statement goes through the items in the list in order.
- Notice the use of the overloaded function call operator -- the
- parentheses following next -- as an iterator function to access
- the next item in the list. If no more entries are in the list, a
- null pointer is returned by the iterator function and the while
- loop ends.
-