home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / TEXT / GRAMMAR.7 < prev    next >
Encoding:
Text File  |  1993-07-20  |  799 b   |  31 lines

  1. %F,15,GRAMMAR.MNU%Grammar_Summary_Menu / %F,15,GRAMMAR.6%Previous / %F,15,GRAMMAR.8%Next
  2.  
  3.        %C,1%TEMPLATE GRAMMAR SUMMARY
  4.  
  5. template-declaration:
  6.       %C,1%template <%C,5% template-argument-list %C,1%>%C,5% declaration
  7.  
  8. template-argument-list:
  9.       template-argument
  10.       template-argument-list %C,1%,%C,5% template argument
  11.  
  12. template-argument:
  13.       type-argument
  14.       argument-declaration
  15.  
  16. type-argument:
  17.       %C,1%class%C,5% identifier
  18.  
  19. template-class-name:
  20.       template-name %C,1%<%C,5% template-arg-list %C,1%>%C,5%
  21.  
  22. template-arg-list:
  23.       template-arg
  24.       template-arg-list %C,1%,%C,5% template-arg
  25.  
  26. template-arg:
  27.       assignment-expression
  28.       type-name
  29.  
  30. %F,15,GRAMMAR.MNU%Grammar_Summary_Menu / %F,15,GRAMMAR.6%Previous / %F,15,GRAMMAR.8%Next
  31.