home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A172321.TXT < prev    next >
Encoding:
Text File  |  1993-11-25  |  188 b   |  4 lines

  1. An iterator object has two data members:  "pNode" and "pStack".
  2. "pNode" is a pointer to the current node in the linked list stack.
  3. "pStack" is used to determine the state of the stack.
  4.