home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17231.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-29  |  252.2 KB  |  1 channel  |  11,025 sample rate  |  23 seconds
Transcription: Here is the declaration of the template class LLStack iter. It specifies a family of concrete classes. Each of the concrete classes is derived from an abstract base class created by the template class iteratorT. An LLStack iterT object is used to iterate through the elements contained in an LLStackT container class object.