Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 583ffa4ba069126c3ba0bc565dc0485a > files > 1685

cvc3-doc-2.4.1-1.fc15.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>CVC3: theory_datatype.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">CVC3&#160;<span id="projectnumber">2.4.1</span></div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#namespaces">Namespaces</a> &#124;
<a href="#enum-members">Enumerations</a> &#124;
<a href="#func-members">Functions</a>  </div>
  <div class="headertitle">
<div class="title">theory_datatype.h File Reference</div>  </div>
</div>
<div class="contents">
<div class="textblock"><code>#include &quot;<a class="el" href="theory_8h_source.html">theory.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="smartcdo_8h_source.html">smartcdo.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="cdmap_8h_source.html">cdmap.h</a>&quot;</code><br/>
</div>
<p><a href="theory__datatype_8h_source.html">Go to the source code of this file.</a></p>
<h2><a name="nested-classes"></a>
Classes</h2>
<ul>
<li>class <a class="el" href="classCVC3_1_1TheoryDatatype.html">CVC3::TheoryDatatype</a>
<dl class="el"><dd class="mdescRight">This theory handles datatypes.  <a href="classCVC3_1_1TheoryDatatype.html#details">More...</a><br/></dl></ul>
<h2><a name="namespaces"></a>
Namespaces</h2>
<ul>
<li>namespace <a class="el" href="namespaceCVC3.html">CVC3</a>
</ul>
<h2><a name="enum-members"></a>
Enumerations</h2>
<ul>
<li>enum <a class="el" href="namespaceCVC3.html#af5adcbe1bc4a5aaacccfc9af11f98089">CVC3::DatatypeKinds</a> { <br/>
&#160;&#160;<a class="el" href="namespaceCVC3.html#af5adcbe1bc4a5aaacccfc9af11f98089a5cc02a3e0fe70ce33e5c3d450b38136c">CVC3::DATATYPE_DECL</a> =  600, 
<a class="el" href="namespaceCVC3.html#af5adcbe1bc4a5aaacccfc9af11f98089ad94b8e65b0abc98bb6b5729da9e3b40a">CVC3::DATATYPE</a>, 
<a class="el" href="namespaceCVC3.html#af5adcbe1bc4a5aaacccfc9af11f98089ae3aa1eb89fb69c62d502b57c020ed789">CVC3::CONSTRUCTOR</a>, 
<a class="el" href="namespaceCVC3.html#af5adcbe1bc4a5aaacccfc9af11f98089ac909f916e89d861b4a4e5eba782c5259">CVC3::SELECTOR</a>, 
<br/>
&#160;&#160;<a class="el" href="namespaceCVC3.html#af5adcbe1bc4a5aaacccfc9af11f98089a4df0e72bf250adc8dd78e81fea2f281c">CVC3::TESTER</a>
<br/>
 }
<dl class="el"><dd class="mdescRight">Local kinds for datatypes.  <a href="namespaceCVC3.html#af5adcbe1bc4a5aaacccfc9af11f98089">More...</a><br/></dl></ul>
<h2><a name="func-members"></a>
Functions</h2>
<ul>
<li>bool <a class="el" href="namespaceCVC3.html#a88890c6bdae30ff688fd2ea5bd799676">CVC3::isDatatype</a> (const Type &amp;t)
<li>bool <a class="el" href="namespaceCVC3.html#a91840d293c43120244ce5b5165bdacc4">CVC3::isConstructor</a> (const Expr &amp;e)
<li>bool <a class="el" href="namespaceCVC3.html#afdcf0b93fc0d1b03a5a14c4988443c7a">CVC3::isSelector</a> (const Expr &amp;e)
<li>bool <a class="el" href="namespaceCVC3.html#a8297278831bf83882f7c6a1e3c84fa98">CVC3::isTester</a> (const Expr &amp;e)
<li>Expr <a class="el" href="namespaceCVC3.html#ac1eec763ed1ae5d0f52c4bed47d6fee5">CVC3::getConstructor</a> (const Expr &amp;e)
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Author: Clark Barrett</p>
<p>Created: Wed Dec 1 22:24:32 2004</p>
<hr/>
<p>License to use, copy, modify, sell and/or distribute this software and its documentation for any purpose is hereby granted without royalty, subject to the terms and conditions defined in the <a class="el" href="LICENSE.html">LICENSE</a> file provided with this distribution.</p>
<hr/>
 
<p>Definition in file <a class="el" href="theory__datatype_8h_source.html">theory_datatype.h</a>.</p>
</div></div>
<hr class="footer"/><address class="footer"><small>Generated on Wed Sep 7 2011 for CVC3 by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>