home *** CD-ROM | disk | FTP | other *** search
- The "Iterator" class template specifies a family of abstract base
- classes. Each "Iterator" base class contains a pure virtual
- function call operator. The function call operator must be
- overloaded by derived classes. The overloaded function call
- operator should return the next item of the stack.
-