1 <html> 2 <head> 3 <title>CL Unification: Class TEMPLATE</title> 4 <link rel="stylesheet" href="main.css"> 5 </head> 6 7 <body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0" bgcolor="#ffffff"> 8 9 <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%" vspace="0" hspace="0"> 10 <tr> 11 <td colspan="3"> 12 <div class="header" 13 style="font-family:=Verdana,Arial,Helvetica; font-size: 18px; color: #41286f;"> 14 <strong><i>CL Unification: Class TEMPLATE</title></i></strong> 15 <div class="navigation"> 16 <a href="index.html" class="navigation-link">Home</a> 17 | <a href="unification-package.html" class="navigation-link">Previous</a> 18 | <a href="index.html" class="navigation-link">Next</a> 19 | <a href="downloads.html" class="navigation-link">Downloads</a> 20 | <a href="links.html" class="navigation-link">Links</a> 21 </div> 22 </div> 23 <div class="black-line"><img src="images/shim.gif" height="1" width="1"></div> 24 <div class="middle-bar"><img src="images/shim.gif" height="5" width="1"></div> 25 <div class="black-line"><img src="images/shim.gif" height="1" width="1"></div> 26 </td> 27 </tr> 28 29 <tr height="100%"> 30 <td height="100%"> </td> 31 <td valign="top" width="80%" height="100%"> 32 33 <div class="content"> 34 <div class="text" style="padding-top: 10px;"> 35 36 <h1><i>Class</i> <strong>TEMPLATE</strong></h1> 37 38 <h2>Package:</h2> 39 40 <p><code>COMMON-LISP.EXTENSIONS.DATA-AND-CONTROL-FLOW.UNIFICATION</code></p> 41 42 43 <h2>Class Precedence List:</h2> 44 45 <p> 46 TEMPLATE, STANDARD-OBJECT, T. 47 </p> 48 49 <h2>Known Subclasses:</h2> 50 51 <p> 52 EXPRESSION-TEMPLATE, TYPE-TEMPLATE. 53 </p> 54 55 56 <h2>Slots:</h2> 57 58 <p> 59 <ul> 60 <li>SPEC<br> 61 Type: (OR SYMBOL CONS)<br> 62 Accessor: TEMPLATE-SPEC<br> 63 Initarg: <code>:spec</code> (default NIL)</li> 64 </ul> 65 </p> 66 67 68 <h2>Description:</h2> 69 70 <p>The TEMPLATE class is the root of the <em>template</em> hierarchy.</p> 71 72 73 <h2>Affected By:</h2> 74 75 <p>None.</p> 76 77 78 <h2>Exceptional Situations:</h2> 79 80 <p>None.</p> 81 82 83 <h2>See Also:</h2> 84 85 <p>UNIFY</p> 86 87 <h2>Notes:</h2> 88 89 <p>None.</p> 90 91 </td> 92 93 <!-- <td height="100%"> </td> --> 94 </tr> 95 96 <tr height="100%"> 97 <td height="100%"> </td> 98 <td valign="top" width="80%" height="100%"> 99 100 <div class="content"> 101 <div class="text" style="padding-top: 10px;"> 102 103 <h1>News</h1> 104 105 <p>News in chronological order, most recent on top. 106 </p> 107 108 <ul> 109 <li><strong>2004-06-11</strong><br> 110 Completed description. 111 </li> 112 113 </ul> 114 115 </div> 116 </div> 117 118 </td> 119 120 <td height="100%"> </td> 121 </tr> 122 123 124 125 126 <tr> 127 <td colspan="3" valign="bottom" align="right"> 128 <div class="copyright"> 129 © 2003-2004, Marco Antoniotti, all rights reserved. 130 </div> 131 </td> 132 </tr> 133 134 </table> 135 </body> 136 </html> 137 138 <!-- end of file -- usci-variable.html -->