home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17192.TXT < prev    next >
Encoding:
Text File  |  1993-10-17  |  203 b   |  5 lines

  1. The member functions of AStackIter<T> have
  2. the qualification "AStackIter<T>::" in their definitions.
  3. This tells the compiler that these functions belong to the
  4. specific template class AStackIter<T>.
  5.