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

  1. Here, the template class "AStackIter<T>" is declared. It defines
  2. a family of concrete classes.  Each of the concrete classes is
  3. derived from an abstract base class created by the template class
  4. "Iterator<T>".  An "AStackIter<T>" object is used to iterate
  5. through the elements contained in an "AStack<T>" container class
  6. object.
  7.