home *** CD-ROM | disk | FTP | other *** search
- Notice that the iterator contains three member variables:
- "pArray", "index", and "pStack". "pArray" is used to access the
- array that an "AStack<T>" object uses to store elements. "index"
- is an index into the array used to store elements of the stack.
- "pStack" is used to determine the state of the stack.
-