Sophie

Sophie

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

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::ExprNode 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_1ExprNode.html">ExprNode</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pro-methods">Protected Member Functions</a> &#124;
<a href="#pro-attribs">Protected Attributes</a> &#124;
<a href="#pri-methods">Private Member Functions</a> &#124;
<a href="#friends">Friends</a>  </div>
  <div class="headertitle">
<div class="title">CVC3::ExprNode Class Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="CVC3::ExprNode" --><!-- doxytag: inherits="CVC3::ExprValue" -->
<p><code>#include &lt;<a class="el" href="expr__value_8h_source.html">expr_value.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for CVC3::ExprNode:</div>
<div class="dyncontent">
 <div class="center">
  <img src="classCVC3_1_1ExprNode.png" usemap="#CVC3::ExprNode_map" alt=""/>
  <map id="CVC3::ExprNode_map" name="CVC3::ExprNode_map">
<area href="classCVC3_1_1ExprValue.html" title="The base class for holding the actual data in expressions." alt="CVC3::ExprValue" shape="rect" coords="0,0,111,24"/>
<area href="classCVC3_1_1ExprApply.html" alt="CVC3::ExprApply" shape="rect" coords="0,112,111,136"/>
</map>
 </div></div>

<p><a href="classCVC3_1_1ExprNode-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_1ExprNode.html#a8c1963f7549f4866852c43a8d88946bd">ExprNode</a> (<a class="el" href="classCVC3_1_1ExprManager.html">ExprManager</a> *em, int kind, <a class="el" href="namespaceCVC3.html#a4233916514848331ee104548acbab912">ExprIndex</a> idx=0)
<dl class="el"><dd class="mdescRight">Constructor.  <a href="#a8c1963f7549f4866852c43a8d88946bd"></a><br/></dl><li><a class="el" href="classCVC3_1_1ExprNode.html#a89d958b552b3da622a168750cb20ef1c">ExprNode</a> (<a class="el" href="classCVC3_1_1ExprManager.html">ExprManager</a> *em, int kind, const std::vector&lt; <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &gt; &amp;kids, <a class="el" href="namespaceCVC3.html#a4233916514848331ee104548acbab912">ExprIndex</a> idx=0)
<dl class="el"><dd class="mdescRight">Constructor.  <a href="#a89d958b552b3da622a168750cb20ef1c"></a><br/></dl><li>virtual <a class="el" href="classCVC3_1_1ExprNode.html#aee6df4d83cacabe09f5321ae323b24af">~ExprNode</a> ()
<dl class="el"><dd class="mdescRight">Destructor.  <a href="#aee6df4d83cacabe09f5321ae323b24af"></a><br/></dl><li>void * <a class="el" href="classCVC3_1_1ExprNode.html#a8ab2ec1e369932a5af5f9d8fcc04d0ff">operator new</a> (size_t size, <a class="el" href="classCVC3_1_1MemoryManager.html">MemoryManager</a> *mm)
<dl class="el"><dd class="mdescRight">Overload operator new.  <a href="#a8ab2ec1e369932a5af5f9d8fcc04d0ff"></a><br/></dl><li>void <a class="el" href="classCVC3_1_1ExprNode.html#a4422add0f21cc3ccf5aca3852ff34452">operator delete</a> (void *pMem, <a class="el" href="classCVC3_1_1MemoryManager.html">MemoryManager</a> *mm)
<li>void <a class="el" href="classCVC3_1_1ExprNode.html#a37db486be0f1c39981f8c4e99d202a7f">operator delete</a> (void *)
<dl class="el"><dd class="mdescRight">Overload operator delete.  <a href="#a37db486be0f1c39981f8c4e99d202a7f"></a><br/></dl><li>virtual bool <a class="el" href="classCVC3_1_1ExprNode.html#a0871972a81dffc313075887a9b933494">operator==</a> (const <a class="el" href="classCVC3_1_1ExprValue.html">ExprValue</a> &amp;ev2) const 
<dl class="el"><dd class="mdescRight">Compare with another <a class="el" href="classCVC3_1_1ExprValue.html" title="The base class for holding the actual data in expressions.">ExprValue</a>.  <a href="#a0871972a81dffc313075887a9b933494"></a><br/></dl><li>virtual <a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt; <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &gt; * <a class="el" href="classCVC3_1_1ExprNode.html#a07c802cf4ae926ba0e97a141beddd1e6">getSig</a> () const 
<dl class="el"><dd class="mdescRight">Special attributes for uninterpreted functions.  <a href="#a07c802cf4ae926ba0e97a141beddd1e6"></a><br/></dl><li>virtual <a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt; <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &gt; * <a class="el" href="classCVC3_1_1ExprNode.html#a02ac368f0c51814169e3b16bacb88b9d">getRep</a> () const 
<li>virtual void <a class="el" href="classCVC3_1_1ExprNode.html#a7284e74310d4000ec1ccc2cc7b376a73">setRep</a> (<a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt; <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &gt; *rep)
<li>virtual void <a class="el" href="classCVC3_1_1ExprNode.html#ab47e9d3908b0f6f05547f69642882647">setSig</a> (<a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt; <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &gt; *sig)
</ul>
<h2><a name="pro-methods"></a>
Protected Member Functions</h2>
<ul>
<li>unsigned <a class="el" href="classCVC3_1_1ExprNode.html#ad13fece28a0df70ad2cb56a0cfc6b216">arity</a> () const 
<dl class="el"><dd class="mdescRight">Return number of children.  <a href="#ad13fece28a0df70ad2cb56a0cfc6b216"></a><br/></dl><li>std::vector&lt; <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &gt; &amp; <a class="el" href="classCVC3_1_1ExprNode.html#a025932a9fa434ecb0d591cd2dd930139">getKids1</a> ()
<dl class="el"><dd class="mdescRight">Return reference to children.  <a href="#a025932a9fa434ecb0d591cd2dd930139"></a><br/></dl><li>const std::vector&lt; <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &gt; &amp; <a class="el" href="classCVC3_1_1ExprNode.html#a2b225f4f677b88f48a1cb5f79bf12219">getKids</a> () const 
<dl class="el"><dd class="mdescRight">Return reference to children.  <a href="#a2b225f4f677b88f48a1cb5f79bf12219"></a><br/></dl><li>size_t <a class="el" href="classCVC3_1_1ExprNode.html#a174cf42aa43c9359e6ccba323ae6d247">computeHash</a> () const 
<dl class="el"><dd class="mdescRight">Use our static <a class="el" href="classCVC3_1_1ExprValue.html#af56c36f0f7e4aab1a37cf35272d66198" title="Caching hash function.">hash()</a> for the member method.  <a href="#a174cf42aa43c9359e6ccba323ae6d247"></a><br/></dl><li><a class="el" href="classCVC3_1_1Unsigned.html">Unsigned</a> <a class="el" href="classCVC3_1_1ExprNode.html#a95d975ce32c6b4facee6ddcbbc86b29c">computeSize</a> () const 
<dl class="el"><dd class="mdescRight">Use our static <a class="el" href="classCVC3_1_1ExprValue.html#a1d7a5dc3a272a82518aefd68f741c792">sizeWithChildren()</a> for the member method.  <a href="#a95d975ce32c6b4facee6ddcbbc86b29c"></a><br/></dl><li>virtual <a class="el" href="classCVC3_1_1ExprValue.html">ExprValue</a> * <a class="el" href="classCVC3_1_1ExprNode.html#a310b7e3f394047f33c9dfe341f976547">copy</a> (<a class="el" href="classCVC3_1_1ExprManager.html">ExprManager</a> *em, <a class="el" href="namespaceCVC3.html#a4233916514848331ee104548acbab912">ExprIndex</a> idx=0) const 
<dl class="el"><dd class="mdescRight">Make a clean copy of itself using the given memory manager.  <a href="#a310b7e3f394047f33c9dfe341f976547"></a><br/></dl></ul>
<h2><a name="pro-attribs"></a>
Protected Attributes</h2>
<ul>
<li>std::vector&lt; <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &gt; <a class="el" href="classCVC3_1_1ExprNode.html#a1f6b51676cf3dae78a4918992c4fc09f">d_children</a>
<dl class="el"><dd class="mdescRight">Vector of children.  <a href="#a1f6b51676cf3dae78a4918992c4fc09f"></a><br/></dl><li><a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt; <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &gt; * <a class="el" href="classCVC3_1_1ExprNode.html#a5b4925ec1759a404239a8fb2b0e9172d">d_sig</a>
<li><a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt; <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &gt; * <a class="el" href="classCVC3_1_1ExprNode.html#ab2419462d535324c3b83ae60271bd690">d_rep</a>
</ul>
<h2><a name="pri-methods"></a>
Private Member Functions</h2>
<ul>
<li>size_t <a class="el" href="classCVC3_1_1ExprNode.html#a0766d1da69426e87ad41181ce1b55b49">getMMIndex</a> () const 
<dl class="el"><dd class="mdescRight">Tell <a class="el" href="classCVC3_1_1ExprManager.html">ExprManager</a> who we are.  <a href="#a0766d1da69426e87ad41181ce1b55b49"></a><br/></dl></ul>
<h2><a name="friends"></a>
Friends</h2>
<ul>
<li>class <a class="el" href="classCVC3_1_1ExprNode.html#aa33520359f6cc0f51b476790d39ed869">Expr</a>
<li>class <a class="el" href="classCVC3_1_1ExprNode.html#a53c627979d9a14928590601b9fd195c2">ExprManager</a>
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock">
<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00414">414</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a8c1963f7549f4866852c43a8d88946bd"></a><!-- doxytag: member="CVC3::ExprNode::ExprNode" ref="a8c1963f7549f4866852c43a8d88946bd" args="(ExprManager *em, int kind, ExprIndex idx=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::ExprNode::ExprNode </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1ExprManager.html">ExprManager</a> *&#160;</td>
          <td class="paramname"><em>em</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>kind</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceCVC3.html#a4233916514848331ee104548acbab912">ExprIndex</a>&#160;</td>
          <td class="paramname"><em>idx</em> = <code>0</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Constructor. </p>

<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00456">456</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>

</div>
</div>
<a class="anchor" id="a89d958b552b3da622a168750cb20ef1c"></a><!-- doxytag: member="CVC3::ExprNode::ExprNode" ref="a89d958b552b3da622a168750cb20ef1c" args="(ExprManager *em, int kind, const std::vector&lt; Expr &gt; &amp;kids, ExprIndex idx=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::ExprNode::ExprNode </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1ExprManager.html">ExprManager</a> *&#160;</td>
          <td class="paramname"><em>em</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>kind</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::vector&lt; <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>kids</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceCVC3.html#a4233916514848331ee104548acbab912">ExprIndex</a>&#160;</td>
          <td class="paramname"><em>idx</em> = <code>0</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Constructor. </p>

<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00459">459</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>

</div>
</div>
<a class="anchor" id="aee6df4d83cacabe09f5321ae323b24af"></a><!-- doxytag: member="CVC3::ExprNode::~ExprNode" ref="aee6df4d83cacabe09f5321ae323b24af" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::ExprNode::~ExprNode </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Destructor. </p>

<p>Definition at line <a class="el" href="expr__value_8cpp_source.html#l00104">104</a> of file <a class="el" href="expr__value_8cpp_source.html">expr_value.cpp</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a0766d1da69426e87ad41181ce1b55b49"></a><!-- doxytag: member="CVC3::ExprNode::getMMIndex" ref="a0766d1da69426e87ad41181ce1b55b49" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">size_t CVC3::ExprNode::getMMIndex </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, private, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Tell <a class="el" href="classCVC3_1_1ExprManager.html">ExprManager</a> who we are. </p>

<p>Reimplemented from <a class="el" href="classCVC3_1_1ExprValue.html#af4280c2539ba1dd4a089f0537f7ef3d4">CVC3::ExprValue</a>.</p>

<p>Reimplemented in <a class="el" href="classCVC3_1_1ExprApply.html#a4ad3ee901de6fd94e02e117648a9fbe3">CVC3::ExprApply</a>.</p>

<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00429">429</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>

<p>References <a class="el" href="expr_8h_source.html#l00067">CVC3::EXPR_NODE</a>.</p>

</div>
</div>
<a class="anchor" id="ad13fece28a0df70ad2cb56a0cfc6b216"></a><!-- doxytag: member="CVC3::ExprNode::arity" ref="ad13fece28a0df70ad2cb56a0cfc6b216" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned CVC3::ExprNode::arity </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Return number of children. </p>

<p>Reimplemented from <a class="el" href="classCVC3_1_1ExprValue.html#aa310750ac9085b47f90be9edf3119192">CVC3::ExprValue</a>.</p>

<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00433">433</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>

</div>
</div>
<a class="anchor" id="a025932a9fa434ecb0d591cd2dd930139"></a><!-- doxytag: member="CVC3::ExprNode::getKids1" ref="a025932a9fa434ecb0d591cd2dd930139" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std::vector&lt;<a class="el" href="classCVC3_1_1Expr.html">Expr</a>&gt;&amp; CVC3::ExprNode::getKids1 </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Return reference to children. </p>

<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00436">436</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>

<p>Referenced by <a class="el" href="expr_8h_source.html#l00830">CVC3::Expr::Expr()</a>.</p>

</div>
</div>
<a class="anchor" id="a2b225f4f677b88f48a1cb5f79bf12219"></a><!-- doxytag: member="CVC3::ExprNode::getKids" ref="a2b225f4f677b88f48a1cb5f79bf12219" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const std::vector&lt;<a class="el" href="classCVC3_1_1Expr.html">Expr</a>&gt;&amp; CVC3::ExprNode::getKids </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Return reference to children. </p>

<p>Reimplemented from <a class="el" href="classCVC3_1_1ExprValue.html#a9599f84777bbbacdf953986ece645c2d">CVC3::ExprValue</a>.</p>

<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00439">439</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>

</div>
</div>
<a class="anchor" id="a174cf42aa43c9359e6ccba323ae6d247"></a><!-- doxytag: member="CVC3::ExprNode::computeHash" ref="a174cf42aa43c9359e6ccba323ae6d247" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">size_t CVC3::ExprNode::computeHash </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Use our static <a class="el" href="classCVC3_1_1ExprValue.html#af56c36f0f7e4aab1a37cf35272d66198" title="Caching hash function.">hash()</a> for the member method. </p>

<p>Reimplemented from <a class="el" href="classCVC3_1_1ExprValue.html#aff96f4613c00f5094149c1f59639d310">CVC3::ExprValue</a>.</p>

<p>Reimplemented in <a class="el" href="classCVC3_1_1ExprApply.html#a0da9d686905da4c3680c54816f6201f3">CVC3::ExprApply</a>.</p>

<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00442">442</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>

<p>References <a class="el" href="expr__value_8h_source.html#l00155">CVC3::ExprValue::hash()</a>.</p>

<p>Referenced by <a class="el" href="expr__value_8h_source.html#l00567">CVC3::ExprApply::computeHash()</a>.</p>

</div>
</div>
<a class="anchor" id="a95d975ce32c6b4facee6ddcbbc86b29c"></a><!-- doxytag: member="CVC3::ExprNode::computeSize" ref="a95d975ce32c6b4facee6ddcbbc86b29c" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1Unsigned.html">Unsigned</a> CVC3::ExprNode::computeSize </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Use our static <a class="el" href="classCVC3_1_1ExprValue.html#a1d7a5dc3a272a82518aefd68f741c792">sizeWithChildren()</a> for the member method. </p>

<p>Reimplemented from <a class="el" href="classCVC3_1_1ExprValue.html#ab911430c6cbd72c759e7bcb8a4889051">CVC3::ExprValue</a>.</p>

<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00447">447</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>

<p>References <a class="el" href="expr__value_8cpp_source.html#l00322">CVC3::ExprValue::sizeWithChildren()</a>.</p>

</div>
</div>
<a class="anchor" id="a310b7e3f394047f33c9dfe341f976547"></a><!-- doxytag: member="CVC3::ExprNode::copy" ref="a310b7e3f394047f33c9dfe341f976547" args="(ExprManager *em, ExprIndex idx=0) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1ExprValue.html">ExprValue</a> * CVC3::ExprNode::copy </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1ExprManager.html">ExprManager</a> *&#160;</td>
          <td class="paramname"><em>em</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="namespaceCVC3.html#a4233916514848331ee104548acbab912">ExprIndex</a>&#160;</td>
          <td class="paramname"><em>idx</em> = <code>0</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td> const<code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Make a clean copy of itself using the given memory manager. </p>

<p>Reimplemented from <a class="el" href="classCVC3_1_1ExprValue.html#a2e152d0473e881c1eb47f5baeb546525">CVC3::ExprValue</a>.</p>

<p>Reimplemented in <a class="el" href="classCVC3_1_1ExprApply.html#ab037958a049c79b27eff3c75a329af5c">CVC3::ExprApply</a>.</p>

<p>Definition at line <a class="el" href="expr__value_8cpp_source.html#l00131">131</a> of file <a class="el" href="expr__value_8cpp_source.html">expr_value.cpp</a>.</p>

<p>References <a class="el" href="expr__manager_8h_source.html#l00334">CVC3::ExprManager::getMM()</a>.</p>

</div>
</div>
<a class="anchor" id="a8ab2ec1e369932a5af5f9d8fcc04d0ff"></a><!-- doxytag: member="CVC3::ExprNode::operator new" ref="a8ab2ec1e369932a5af5f9d8fcc04d0ff" args="(size_t size, MemoryManager *mm)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void* CVC3::ExprNode::operator new </td>
          <td>(</td>
          <td class="paramtype">size_t&#160;</td>
          <td class="paramname"><em>size</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1MemoryManager.html">MemoryManager</a> *&#160;</td>
          <td class="paramname"><em>mm</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Overload operator new. </p>

<p>Reimplemented from <a class="el" href="classCVC3_1_1ExprValue.html#a6f7cb3318ee9743e6e47b30780d393f9">CVC3::ExprValue</a>.</p>

<p>Reimplemented in <a class="el" href="classCVC3_1_1ExprApply.html#afe11b8470da5420fd22948d800f2cd0a">CVC3::ExprApply</a>.</p>

<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00466">466</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>

<p>References <a class="el" href="classCVC3_1_1MemoryManager.html#a3db7efbc4b956bd423a73e1157d70ce0">CVC3::MemoryManager::newData()</a>.</p>

</div>
</div>
<a class="anchor" id="a4422add0f21cc3ccf5aca3852ff34452"></a><!-- doxytag: member="CVC3::ExprNode::operator delete" ref="a4422add0f21cc3ccf5aca3852ff34452" args="(void *pMem, MemoryManager *mm)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CVC3::ExprNode::operator delete </td>
          <td>(</td>
          <td class="paramtype">void *&#160;</td>
          <td class="paramname"><em>pMem</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1MemoryManager.html">MemoryManager</a> *&#160;</td>
          <td class="paramname"><em>mm</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Reimplemented from <a class="el" href="classCVC3_1_1ExprValue.html#a2b1b3c8574ac40f50f4498e522c3618d">CVC3::ExprValue</a>.</p>

<p>Reimplemented in <a class="el" href="classCVC3_1_1ExprApply.html#a6e45b2e56d46c3551fe4300c887b5c94">CVC3::ExprApply</a>.</p>

<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00468">468</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>

<p>References <a class="el" href="classCVC3_1_1MemoryManager.html#ad29fac88d3a07566d9a8f9dc8d8e059c">CVC3::MemoryManager::deleteData()</a>.</p>

</div>
</div>
<a class="anchor" id="a37db486be0f1c39981f8c4e99d202a7f"></a><!-- doxytag: member="CVC3::ExprNode::operator delete" ref="a37db486be0f1c39981f8c4e99d202a7f" args="(void *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void CVC3::ExprNode::operator delete </td>
          <td>(</td>
          <td class="paramtype">void *&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Overload operator delete. </p>

<p>Reimplemented from <a class="el" href="classCVC3_1_1ExprValue.html#a2283fde20b269f1f98ab0eb43c3dddd6">CVC3::ExprValue</a>.</p>

<p>Reimplemented in <a class="el" href="classCVC3_1_1ExprApply.html#adc1edfd048983d549062af49415d63f0">CVC3::ExprApply</a>.</p>

<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00473">473</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>

</div>
</div>
<a class="anchor" id="a0871972a81dffc313075887a9b933494"></a><!-- doxytag: member="CVC3::ExprNode::operator==" ref="a0871972a81dffc313075887a9b933494" args="(const ExprValue &amp;ev2) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool CVC3::ExprNode::operator== </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1ExprValue.html">ExprValue</a> &amp;&#160;</td>
          <td class="paramname"><em>ev2</em></td><td>)</td>
          <td> const<code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Compare with another <a class="el" href="classCVC3_1_1ExprValue.html" title="The base class for holding the actual data in expressions.">ExprValue</a>. </p>

<p>Reimplemented from <a class="el" href="classCVC3_1_1ExprValue.html#abdbf51b85cc77255679ac90af34a865f">CVC3::ExprValue</a>.</p>

<p>Reimplemented in <a class="el" href="classCVC3_1_1ExprApply.html#a586df76783802f74b7ad7c32e13b0717">CVC3::ExprApply</a>.</p>

<p>Definition at line <a class="el" href="expr__value_8cpp_source.html#l00123">123</a> of file <a class="el" href="expr__value_8cpp_source.html">expr_value.cpp</a>.</p>

<p>References <a class="el" href="expr__value_8h_source.html#l00293">CVC3::ExprValue::getKids()</a>, <a class="el" href="expr__value_8h_source.html#l00250">CVC3::ExprValue::getKind()</a>, and <a class="el" href="expr__value_8h_source.html#l00263">CVC3::ExprValue::getMMIndex()</a>.</p>

</div>
</div>
<a class="anchor" id="a07c802cf4ae926ba0e97a141beddd1e6"></a><!-- doxytag: member="CVC3::ExprNode::getSig" ref="a07c802cf4ae926ba0e97a141beddd1e6" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt;<a class="el" href="classCVC3_1_1Theorem.html">Theorem</a>&gt;* CVC3::ExprNode::getSig </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Special attributes for uninterpreted functions. </p>

<p>Reimplemented from <a class="el" href="classCVC3_1_1ExprValue.html#a849c62f9a8c01cb632f594ddd46dc116">CVC3::ExprValue</a>.</p>

<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00478">478</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>

</div>
</div>
<a class="anchor" id="a02ac368f0c51814169e3b16bacb88b9d"></a><!-- doxytag: member="CVC3::ExprNode::getRep" ref="a02ac368f0c51814169e3b16bacb88b9d" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt;<a class="el" href="classCVC3_1_1Theorem.html">Theorem</a>&gt;* CVC3::ExprNode::getRep </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Reimplemented from <a class="el" href="classCVC3_1_1ExprValue.html#aafdc2a2814ab3f015c5b115901ee845e">CVC3::ExprValue</a>.</p>

<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00479">479</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>

</div>
</div>
<a class="anchor" id="a7284e74310d4000ec1ccc2cc7b376a73"></a><!-- doxytag: member="CVC3::ExprNode::setRep" ref="a7284e74310d4000ec1ccc2cc7b376a73" args="(CDO&lt; Theorem &gt; *rep)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void CVC3::ExprNode::setRep </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt; <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &gt; *&#160;</td>
          <td class="paramname"><em>rep</em></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Reimplemented from <a class="el" href="classCVC3_1_1ExprValue.html#ab82f024ea7092c84889410d385cc896f">CVC3::ExprValue</a>.</p>

<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00481">481</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>

</div>
</div>
<a class="anchor" id="ab47e9d3908b0f6f05547f69642882647"></a><!-- doxytag: member="CVC3::ExprNode::setSig" ref="ab47e9d3908b0f6f05547f69642882647" args="(CDO&lt; Theorem &gt; *sig)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void CVC3::ExprNode::setSig </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt; <a class="el" href="classCVC3_1_1Theorem.html">Theorem</a> &gt; *&#160;</td>
          <td class="paramname"><em>sig</em></td><td>)</td>
          <td><code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Reimplemented from <a class="el" href="classCVC3_1_1ExprValue.html#ab49eb5cd6b429eec7676608222044b7d">CVC3::ExprValue</a>.</p>

<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00482">482</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>

</div>
</div>
<hr/><h2>Friends And Related Function Documentation</h2>
<a class="anchor" id="aa33520359f6cc0f51b476790d39ed869"></a><!-- doxytag: member="CVC3::ExprNode::Expr" ref="aa33520359f6cc0f51b476790d39ed869" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">friend class <a class="el" href="classCVC3_1_1Expr.html">Expr</a><code> [friend]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Reimplemented from <a class="el" href="classCVC3_1_1ExprValue.html#aa33520359f6cc0f51b476790d39ed869">CVC3::ExprValue</a>.</p>

<p>Reimplemented in <a class="el" href="classCVC3_1_1ExprApply.html#aa33520359f6cc0f51b476790d39ed869">CVC3::ExprApply</a>.</p>

<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00415">415</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>

</div>
</div>
<a class="anchor" id="a53c627979d9a14928590601b9fd195c2"></a><!-- doxytag: member="CVC3::ExprNode::ExprManager" ref="a53c627979d9a14928590601b9fd195c2" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">friend class <a class="el" href="classCVC3_1_1ExprManager.html">ExprManager</a><code> [friend]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Reimplemented from <a class="el" href="classCVC3_1_1ExprValue.html#a53c627979d9a14928590601b9fd195c2">CVC3::ExprValue</a>.</p>

<p>Reimplemented in <a class="el" href="classCVC3_1_1ExprApply.html#a53c627979d9a14928590601b9fd195c2">CVC3::ExprApply</a>.</p>

<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00416">416</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a1f6b51676cf3dae78a4918992c4fc09f"></a><!-- doxytag: member="CVC3::ExprNode::d_children" ref="a1f6b51676cf3dae78a4918992c4fc09f" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std::vector&lt;<a class="el" href="classCVC3_1_1Expr.html">Expr</a>&gt; <a class="el" href="classCVC3_1_1ExprNode.html#a1f6b51676cf3dae78a4918992c4fc09f">CVC3::ExprNode::d_children</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Vector of children. </p>

<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00420">420</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>

</div>
</div>
<a class="anchor" id="a5b4925ec1759a404239a8fb2b0e9172d"></a><!-- doxytag: member="CVC3::ExprNode::d_sig" ref="a5b4925ec1759a404239a8fb2b0e9172d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt;<a class="el" href="classCVC3_1_1Theorem.html">Theorem</a>&gt;* <a class="el" href="classCVC3_1_1ExprNode.html#a5b4925ec1759a404239a8fb2b0e9172d">CVC3::ExprNode::d_sig</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00423">423</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>

</div>
</div>
<a class="anchor" id="ab2419462d535324c3b83ae60271bd690"></a><!-- doxytag: member="CVC3::ExprNode::d_rep" ref="ab2419462d535324c3b83ae60271bd690" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1CDO.html">CDO</a>&lt;<a class="el" href="classCVC3_1_1Theorem.html">Theorem</a>&gt;* <a class="el" href="classCVC3_1_1ExprNode.html#ab2419462d535324c3b83ae60271bd690">CVC3::ExprNode::d_rep</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__value_8h_source.html#l00424">424</a> of file <a class="el" href="expr__value_8h_source.html">expr_value.h</a>.</p>

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