home *** CD-ROM | disk | FTP | other *** search
- Stack collection classes are derived from the class template
- "Stack<T>" that is used to build a family of abstract base
- classes. These abstract base classes define the interface for
- their stack collection classes. The abstract base classes
- guarantee that a minimal set of operations will be available in
- all derived stack collection classes.
-