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

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