home *** CD-ROM | disk | FTP | other *** search
- Here, the template class "AStackIter<T>" is declared. It defines
- a family of concrete classes. Each of the concrete classes is
- derived from an abstract base class created by the template class
- "Iterator<T>". An "AStackIter<T>" object is used to iterate
- through the elements contained in an "AStack<T>" container class
- object.
-