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

  1. The template class stack specifies six pure virtual functions:
  2. "Push()", "Pop()", "Full()", "Empty()", "OnTop()", and
  3. "NumElem()".  In addition it defines three exception classes:
  4. "EmptyExcept", "MemAlloc", and "FullExcept".
  5.