Transcription: Notice that the iterator contains three member variables, PArray, Index, and PStack. PArray is used to access the array that an AStackT 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.