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

  1. The "Iterator" class template specifies a family of abstract base
  2. classes.  Each "Iterator" base class contains a pure virtual
  3. function call operator.  The function call operator must be
  4. overloaded by derived classes.  The overloaded function call
  5. operator should return the next item of the stack.
  6.