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

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