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

  1. Here is the rest of the definition of the class template
  2. LLStack<T>.  As with all classes, the public member functions of
  3. a template class form the interface through which the client code
  4. manipulates class objects.
  5.