home *** CD-ROM | disk | FTP | other *** search
- Here is the declaration of the template class LLStackIter. It
- specifies 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 LLStackIter<T> object is used to
- iterate through the elements contained in an LLStack<T> container
- class object.
-