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

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