home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17093.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-04  |  308.5 KB  |  1 channel  |  11,025 sample rate  |  28 seconds
Transcription: LLStack iter T and AStack iter T are used to create iterator classes. A template class created from LLStack iter T is a friend of template classes created from LLStack T. The friend relationship also holds between AStack iter T and AStack T. Because the iterator classes are friends of the stack classes, they are allowed access to the private members of the stack classes.