/ docs / html /
/docs/html/template-p-function.html
  1 <html>
  2  <head>
  3      <title>CL Unification: Standard Generic Function TEMPLATE-P</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: Standard Generic Function TEMPLATE-P</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%">&nbsp;</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>Generic function</i> <strong>TEMPLATE-P</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>Syntax:</h2>
 44 
 45   <p>
 46   <pre>
 47   <b>template-p</b> <i>object</i>
 48   => <i>result</i>
 49   </pre>
 50   </p>
 51 
 52   <h3>Arguments and Values:</h3>
 53 
 54   <p><i><code>object</code></i>---an <i>object</i>
 55   <p><i><code>result</code></i>---a <i>generalized boolean</i>
 56 
 57 
 58 
 59   <h2>Description:</h2>
 60 
 61   <p>The generic function TEMPLATE-P is the predicate that tests
 62   whether an <i>object</i> is of class TEMPLATE.  If <i>object</i> is
 63   an instance of TEMPLATE or one of its sub-classes, then TEMPLATE-P
 64   returns a non-NIL value.</p>
 65   
 66 
 67   <h2>Affected By:</h2>
 68 
 69   <p>None.</p>
 70 
 71 
 72   <h2>Exceptional Situations:</h2>
 73 
 74   <p>None.</p>
 75 
 76 
 77   <h2>See Also:</h2>
 78 
 79   <p>TEMPLATE</p>
 80 
 81 
 82   <h2>Notes:</h2>
 83 
 84   <p>None.</p>
 85 
 86  </td>
 87  
 88  <!--  <td height="100%">&nbsp;</td> -->
 89  </tr>
 90 
 91  <tr height="100%">
 92   <td height="100%">&nbsp;</td>
 93   <td valign="top" width="80%" height="100%">
 94 
 95   <div class="content">
 96   <div class="text" style="padding-top: 10px;">
 97 
 98   <h1>News</h1>
 99 
100   <p>News in chronological order, most recent on top.
101   </p>
102 
103   <ul>
104   <li><strong>2004-04-12</strong><br>
105       Completed description.
106   </li>
107 
108   </ul>
109 
110   </div>
111   </div>
112 						
113  </td>
114  
115  <td height="100%">&nbsp;</td>
116  </tr>
117 
118 
119 
120  
121  <tr>
122   <td colspan="3" valign="bottom" align="right">
123   <div class="copyright">
124   &copy; 2003-2004, Marco Antoniotti, all rights reserved.
125   </div>
126   </td>
127  </tr>
128  
129  </table>
130  </body>
131 </html>