Sophie

Sophie

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

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_array.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_array.h File Reference</div>  </div>
</div>
<div class="contents">
<div class="textblock"><code>#include &quot;<a class="el" href="theory__core_8h_source.html">theory_core.h</a>&quot;</code><br/>
</div>
<p><a href="theory__array_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_1TheoryArray.html">CVC3::TheoryArray</a>
<dl class="el"><dd class="mdescRight">This theory handles arrays.  <a href="classCVC3_1_1TheoryArray.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#a83fde65f6cf7f65c3e5c02c9a108d781">CVC3::ArrayKinds</a> { <a class="el" href="namespaceCVC3.html#a83fde65f6cf7f65c3e5c02c9a108d781a8aa48defeac37f699364f71fe54f39ee">CVC3::ARRAY</a> =  2000, 
<a class="el" href="namespaceCVC3.html#a83fde65f6cf7f65c3e5c02c9a108d781ab012911c4fabb7b8556925a0d61e9c8c">CVC3::READ</a>, 
<a class="el" href="namespaceCVC3.html#a83fde65f6cf7f65c3e5c02c9a108d781a33b0829ff24c1e0d27de00d675267297">CVC3::WRITE</a>, 
<a class="el" href="namespaceCVC3.html#a83fde65f6cf7f65c3e5c02c9a108d781a9e6a1f69d18953ab05c21b660abbb0f0">CVC3::ARRAY_LITERAL</a>
 }
</ul>
<h2><a name="func-members"></a>
Functions</h2>
<ul>
<li>bool <a class="el" href="namespaceCVC3.html#abb990c58eff7370233a56098a732fc46">CVC3::isArray</a> (const Type &amp;t)
<li>bool <a class="el" href="namespaceCVC3.html#a970e5543468dfa1fb19e6e256b022370">CVC3::isRead</a> (const Expr &amp;e)
<li>bool <a class="el" href="namespaceCVC3.html#abdc2f55e0df529954fc271499242351c">CVC3::isWrite</a> (const Expr &amp;e)
<li>bool <a class="el" href="namespaceCVC3.html#ae0300fa33bc89c52444cfaa14fa3a9c7">CVC3::isArrayLiteral</a> (const Expr &amp;e)
<li>Type <a class="el" href="namespaceCVC3.html#a587d33ff63396be21a99bf4d744b2b98">CVC3::arrayType</a> (const Type &amp;type1, const Type &amp;type2)
<li><a class="el" href="classCVC3_1_1Expr.html">Expr</a> <a class="el" href="namespaceCVC3.html#a6e5d3ff27d9ac5973d1f9f3ba7fbd5fb">CVC3::arrayLiteral</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;ind, const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;body)
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Author: Clark Barrett</p>
<p>Created: Wed Feb 26 18:32:06 2003</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__array_8h_source.html">theory_array.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>