Sophie

Sophie

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

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: CVC3::ExprManager::TypeComputer Class 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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="namespaceCVC3.html">CVC3</a>      </li>
      <li class="navelem"><a class="el" href="classCVC3_1_1ExprManager.html">ExprManager</a>      </li>
      <li class="navelem"><a class="el" href="classCVC3_1_1ExprManager_1_1TypeComputer.html">TypeComputer</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a>  </div>
  <div class="headertitle">
<div class="title">CVC3::ExprManager::TypeComputer Class Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="CVC3::ExprManager::TypeComputer" -->
<p>Abstract class for computing expr type.  
 <a href="classCVC3_1_1ExprManager_1_1TypeComputer.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="expr__manager_8h_source.html">expr_manager.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for CVC3::ExprManager::TypeComputer:</div>
<div class="dyncontent">
 <div class="center">
  <img src="classCVC3_1_1ExprManager_1_1TypeComputer.png" usemap="#CVC3::ExprManager::TypeComputer_map" alt=""/>
  <map id="CVC3::ExprManager::TypeComputer_map" name="CVC3::ExprManager::TypeComputer_map">
<area href="classCVC3_1_1TypeComputerCore.html" alt="CVC3::TypeComputerCore" shape="rect" coords="0,56,217,80"/>
</map>
 </div></div>

<p><a href="classCVC3_1_1ExprManager_1_1TypeComputer-members.html">List of all members.</a></p>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classCVC3_1_1ExprManager_1_1TypeComputer.html#af4397d9b6d23d0e4b9112b509d9dfad4">TypeComputer</a> ()
<li>virtual <a class="el" href="group__EM__Priv.html#gaee11e07336c1b8704409d42c0aaeafad">~TypeComputer</a> ()
<li>virtual void <a class="el" href="group__EM__Priv.html#ga670ca72899c66da598ea568af7389407">computeType</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e)=0
<dl class="el"><dd class="mdescRight">Compute the type of e.  <a href="group__EM__Priv.html#ga670ca72899c66da598ea568af7389407"></a><br/></dl><li>virtual void <a class="el" href="group__EM__Priv.html#gae679c021fb433f86c28c5eec68e5b5ee">checkType</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e)=0
<dl class="el"><dd class="mdescRight">Check that e is a valid <a class="el" href="classCVC3_1_1Type.html" title="MS C++ specific settings.">Type</a> expr.  <a href="group__EM__Priv.html#gae679c021fb433f86c28c5eec68e5b5ee"></a><br/></dl><li>virtual <a class="el" href="namespaceCVC3.html#af969e724f8b7016909f5804e8cea3e54">Cardinality</a> <a class="el" href="group__EM__Priv.html#ga13e9c0f4a23614e99705f60e3913c2b1">finiteTypeInfo</a> (<a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e, <a class="el" href="classCVC3_1_1Unsigned.html">Unsigned</a> &amp;n, bool enumerate, bool computeSize)=0
<dl class="el"><dd class="mdescRight">Get information related to finiteness of a type.  <a href="group__EM__Priv.html#ga13e9c0f4a23614e99705f60e3913c2b1"></a><br/></dl></ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Abstract class for computing expr type. </p>

<p>Definition at line <a class="el" href="expr__manager_8h_source.html#l00183">183</a> of file <a class="el" href="expr__manager_8h_source.html">expr_manager.h</a>.</p>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="af4397d9b6d23d0e4b9112b509d9dfad4"></a><!-- doxytag: member="CVC3::ExprManager::TypeComputer::TypeComputer" ref="af4397d9b6d23d0e4b9112b509d9dfad4" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::ExprManager::TypeComputer::TypeComputer </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__manager_8h_source.html#l00185">185</a> of file <a class="el" href="expr__manager_8h_source.html">expr_manager.h</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="expr__manager_8h_source.html">expr_manager.h</a></li>
</ul>
</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>