Sophie

Sophie

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

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::Op 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_1Op.html">Op</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pri-methods">Private Member Functions</a> &#124;
<a href="#pri-attribs">Private Attributes</a> &#124;
<a href="#friends">Friends</a>  </div>
  <div class="headertitle">
<div class="title">CVC3::Op Class Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="CVC3::Op" -->
<p><code>#include &lt;<a class="el" href="expr__op_8h_source.html">expr_op.h</a>&gt;</code></p>

<p><a href="classCVC3_1_1Op-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_1Op.html#a8fa141d0bd6b83e869be59b49e5a861b">Op</a> ()
<li><a class="el" href="classCVC3_1_1Op.html#abf2e795a4ade60261b90a049b9fb4a8e">Op</a> (int kind)
<li><a class="el" href="classCVC3_1_1Op.html#aae799f0010bce53668e67a45b393fdea">Op</a> (const <a class="el" href="classCVC3_1_1Op.html">Op</a> &amp;op)
<li><a class="el" href="classCVC3_1_1Op.html#a7450fb55387d70c15af556983e99d76a">Op</a> (<a class="el" href="classCVC3_1_1ExprManager.html">ExprManager</a> *em, const <a class="el" href="classCVC3_1_1Op.html">Op</a> &amp;op)
<li><a class="el" href="classCVC3_1_1Op.html#a8ad7a4e27f91a6e1d81ed19d68f8e900">~Op</a> ()
<li><a class="el" href="classCVC3_1_1Op.html">Op</a> &amp; <a class="el" href="classCVC3_1_1Op.html#a9351b67badf60aa6e5ba3c7431b741b6">operator=</a> (const <a class="el" href="classCVC3_1_1Op.html">Op</a> &amp;op)
<li>bool <a class="el" href="classCVC3_1_1Op.html#a7c1789fc17db01c408890f9d28ff9151">isNull</a> () const 
<li>int <a class="el" href="classCVC3_1_1Op.html#a7fdaa9877edff1d7a32440a9400a81fd">getKind</a> () const 
<li>const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp; <a class="el" href="classCVC3_1_1Op.html#a4a38071541d1e863583f12e9d81de3a2">getExpr</a> () const 
<li>std::string <a class="el" href="classCVC3_1_1Op.html#a84e7f24cbe0fe182ba2c57d941d5d1f6">toString</a> () const 
</ul>
<h2><a name="pri-methods"></a>
Private Member Functions</h2>
<ul>
<li><a class="el" href="classCVC3_1_1Op.html#a7bbef7d3bd53bdddef859a03cadd5087">Op</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e)
<dl class="el"><dd class="mdescRight">Constructor for operators.  <a href="#a7bbef7d3bd53bdddef859a03cadd5087"></a><br/></dl></ul>
<h2><a name="pri-attribs"></a>
Private Attributes</h2>
<ul>
<li>int <a class="el" href="classCVC3_1_1Op.html#a143cdd14e6c60f675292db3a938cab1b">d_kind</a>
<li><a class="el" href="classCVC3_1_1Expr.html">Expr</a> <a class="el" href="classCVC3_1_1Op.html#a5fd945d015707e038c2716f355bed20a">d_expr</a>
</ul>
<h2><a name="friends"></a>
Friends</h2>
<ul>
<li>class <a class="el" href="classCVC3_1_1Op.html#aa33520359f6cc0f51b476790d39ed869">Expr</a>
<li>class <a class="el" href="classCVC3_1_1Op.html#ad289fb23607ce2d96d86ef960f658268">ExprApply</a>
<li>class <a class="el" href="classCVC3_1_1Op.html#aa8dfec19393162b68e69f3ba9f23288d">ExprApplyTmp</a>
<li>class <a class="el" href="classCVC3_1_1Op.html#a61a2a0fa995725e9988683c6dabd503c">::CInterface</a>
<li>std::ostream &amp; <a class="el" href="classCVC3_1_1Op.html#ad034c5b0a6baee847a18015c97fc7daf">operator&lt;&lt;</a> (std::ostream &amp;os, const <a class="el" href="classCVC3_1_1Op.html">Op</a> &amp;op)
<li>bool <a class="el" href="classCVC3_1_1Op.html#a4a524de1030a843cb95adc951c289b4c">operator==</a> (const <a class="el" href="classCVC3_1_1Op.html">Op</a> &amp;op1, const <a class="el" href="classCVC3_1_1Op.html">Op</a> &amp;op2)
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock">
<p>Definition at line <a class="el" href="expr__op_8h_source.html#l00048">48</a> of file <a class="el" href="expr__op_8h_source.html">expr_op.h</a>.</p>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a7bbef7d3bd53bdddef859a03cadd5087"></a><!-- doxytag: member="CVC3::Op::Op" ref="a7bbef7d3bd53bdddef859a03cadd5087" args="(const Expr &amp;e)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::Op::Op </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;&#160;</td>
          <td class="paramname"><em>e</em></td><td>)</td>
          <td><code> [inline, private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Constructor for operators. </p>

<p>Definition at line <a class="el" href="expr__op_8h_source.html#l00059">59</a> of file <a class="el" href="expr__op_8h_source.html">expr_op.h</a>.</p>

</div>
</div>
<a class="anchor" id="a8fa141d0bd6b83e869be59b49e5a861b"></a><!-- doxytag: member="CVC3::Op::Op" ref="a8fa141d0bd6b83e869be59b49e5a861b" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::Op::Op </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__op_8h_source.html#l00066">66</a> of file <a class="el" href="expr__op_8h_source.html">expr_op.h</a>.</p>

</div>
</div>
<a class="anchor" id="abf2e795a4ade60261b90a049b9fb4a8e"></a><!-- doxytag: member="CVC3::Op::Op" ref="abf2e795a4ade60261b90a049b9fb4a8e" args="(int kind)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::Op::Op </td>
          <td>(</td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>kind</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__op_8h_source.html#l00068">68</a> of file <a class="el" href="expr__op_8h_source.html">expr_op.h</a>.</p>

<p>References <a class="el" href="kinds_8h_source.html#l00090">APPLY</a>, and <a class="el" href="debug_8h_source.html#l00408">DebugAssert</a>.</p>

</div>
</div>
<a class="anchor" id="aae799f0010bce53668e67a45b393fdea"></a><!-- doxytag: member="CVC3::Op::Op" ref="aae799f0010bce53668e67a45b393fdea" args="(const Op &amp;op)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::Op::Op </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Op.html">Op</a> &amp;&#160;</td>
          <td class="paramname"><em>op</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__op_8h_source.html#l00071">71</a> of file <a class="el" href="expr__op_8h_source.html">expr_op.h</a>.</p>

</div>
</div>
<a class="anchor" id="a7450fb55387d70c15af556983e99d76a"></a><!-- doxytag: member="CVC3::Op::Op" ref="a7450fb55387d70c15af556983e99d76a" args="(ExprManager *em, const Op &amp;op)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::Op::Op </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">const <a class="el" href="classCVC3_1_1Op.html">Op</a> &amp;&#160;</td>
          <td class="paramname"><em>op</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__op_8cpp_source.html#l00027">27</a> of file <a class="el" href="expr__op_8cpp_source.html">expr_op.cpp</a>.</p>

<p>References <a class="el" href="expr__op_8h_source.html#l00055">d_expr</a>, <a class="el" href="expr_8h_source.html#l01223">CVC3::Expr::isNull()</a>, and <a class="el" href="expr__manager_8cpp_source.html#l00226">CVC3::ExprManager::rebuild()</a>.</p>

</div>
</div>
<a class="anchor" id="a8ad7a4e27f91a6e1d81ed19d68f8e900"></a><!-- doxytag: member="CVC3::Op::~Op" ref="a8ad7a4e27f91a6e1d81ed19d68f8e900" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CVC3::Op::~Op </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__op_8h_source.html#l00075">75</a> of file <a class="el" href="expr__op_8h_source.html">expr_op.h</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a9351b67badf60aa6e5ba3c7431b741b6"></a><!-- doxytag: member="CVC3::Op::operator=" ref="a9351b67badf60aa6e5ba3c7431b741b6" args="(const Op &amp;op)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1Op.html">Op</a> &amp; CVC3::Op::operator= </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Op.html">Op</a> &amp;&#160;</td>
          <td class="paramname"><em>op</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__op_8cpp_source.html#l00031">31</a> of file <a class="el" href="expr__op_8cpp_source.html">expr_op.cpp</a>.</p>

<p>References <a class="el" href="expr__op_8h_source.html#l00055">d_expr</a>, and <a class="el" href="expr__op_8h_source.html#l00054">d_kind</a>.</p>

</div>
</div>
<a class="anchor" id="a7c1789fc17db01c408890f9d28ff9151"></a><!-- doxytag: member="CVC3::Op::isNull" ref="a7c1789fc17db01c408890f9d28ff9151" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool CVC3::Op::isNull </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__op_8h_source.html#l00080">80</a> of file <a class="el" href="expr__op_8h_source.html">expr_op.h</a>.</p>

<p>References <a class="el" href="expr__op_8h_source.html#l00054">d_kind</a>, and <a class="el" href="kinds_8h_source.html#l00032">NULL_KIND</a>.</p>

</div>
</div>
<a class="anchor" id="a7fdaa9877edff1d7a32440a9400a81fd"></a><!-- doxytag: member="CVC3::Op::getKind" ref="a7fdaa9877edff1d7a32440a9400a81fd" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int CVC3::Op::getKind </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__op_8h_source.html#l00082">82</a> of file <a class="el" href="expr__op_8h_source.html">expr_op.h</a>.</p>

<p>References <a class="el" href="expr__op_8h_source.html#l00054">d_kind</a>.</p>

<p>Referenced by <a class="el" href="expr_8h_source.html#l00830">CVC3::Expr::Expr()</a>, and <a class="el" href="expr__manager_8h_source.html#l00454">CVC3::ExprManager::newLeafExpr()</a>.</p>

</div>
</div>
<a class="anchor" id="a4a38071541d1e863583f12e9d81de3a2"></a><!-- doxytag: member="CVC3::Op::getExpr" ref="a4a38071541d1e863583f12e9d81de3a2" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="classCVC3_1_1Expr.html">Expr</a>&amp; CVC3::Op::getExpr </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__op_8h_source.html#l00084">84</a> of file <a class="el" href="expr__op_8h_source.html">expr_op.h</a>.</p>

<p>References <a class="el" href="kinds_8h_source.html#l00090">APPLY</a>, <a class="el" href="expr__op_8h_source.html#l00055">d_expr</a>, <a class="el" href="expr__op_8h_source.html#l00054">d_kind</a>, and <a class="el" href="debug_8h_source.html#l00408">DebugAssert</a>.</p>

<p>Referenced by <a class="el" href="theory__uf_8cpp_source.html#l00156">CVC3::TheoryUF::checkSat()</a>, <a class="el" href="theory__quant_8cpp_source.html#l01350">CVC3::CompleteInstPreProcessor::collectHeads()</a>, <a class="el" href="theory__uf_8cpp_source.html#l00591">CVC3::TheoryUF::computeTCC()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00562">CVC3::TheoryDatatype::computeType()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00878">CVC3::TheoryDatatype::dataType()</a>, <a class="el" href="expr_8h_source.html#l00908">CVC3::Expr::Expr()</a>, <a class="el" href="expr__value_8h_source.html#l00576">CVC3::ExprApply::ExprApply()</a>, <a class="el" href="expr__value_8h_source.html#l00550">CVC3::ExprApplyTmp::ExprApplyTmp()</a>, <a class="el" href="theory__quant_8cpp_source.html#l01063">CVC3::TheoryQuant::getHeadExpr()</a>, <a class="el" href="expr_8h_source.html#l01191">CVC3::Expr::getOpExpr()</a>, <a class="el" href="expr_8h_source.html#l01196">CVC3::Expr::getOpKind()</a>, <a class="el" href="theory__quant_8cpp_source.html#l01373">CVC3::CompleteInstPreProcessor::isMacro()</a>, <a class="el" href="expr__manager_8h_source.html#l00454">CVC3::ExprManager::newLeafExpr()</a>, <a class="el" href="theory__uf_8cpp_source.html#l00700">CVC3::TheoryUF::print()</a>, <a class="el" href="theory__bitvector_8cpp_source.html#l03662">CVC3::TheoryBitvector::print()</a>, <a class="el" href="theory__uf_8cpp_source.html#l00657">CVC3::TheoryUF::printSmtLibShared()</a>, <a class="el" href="theory__bitvector_8cpp_source.html#l03429">CVC3::TheoryBitvector::printSmtLibShared()</a>, <a class="el" href="theory__quant_8cpp_source.html#l01499">CVC3::CompleteInstPreProcessor::recInstMacros()</a>, <a class="el" href="uf__theorem__producer_8cpp_source.html#l00054">CVC3::UFTheoremProducer::relToClosure()</a>, <a class="el" href="theory__quant_8cpp_source.html#l01432">CVC3::CompleteInstPreProcessor::substMacro()</a>, and <a class="el" href="vcl_8cpp_source.html#l01787">CVC3::VCL::transClosure()</a>.</p>

</div>
</div>
<a class="anchor" id="a84e7f24cbe0fe182ba2c57d941d5d1f6"></a><!-- doxytag: member="CVC3::Op::toString" ref="a84e7f24cbe0fe182ba2c57d941d5d1f6" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">string CVC3::Op::toString </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__op_8cpp_source.html#l00038">38</a> of file <a class="el" href="expr__op_8cpp_source.html">expr_op.cpp</a>.</p>

<p>Referenced by <a class="el" href="common__theorem__producer_8cpp_source.html#l00373">CVC3::CommonTheoremProducer::substitutivityRule()</a>.</p>

</div>
</div>
<hr/><h2>Friends And Related Function Documentation</h2>
<a class="anchor" id="aa33520359f6cc0f51b476790d39ed869"></a><!-- doxytag: member="CVC3::Op::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>Definition at line <a class="el" href="expr__op_8h_source.html#l00049">49</a> of file <a class="el" href="expr__op_8h_source.html">expr_op.h</a>.</p>

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

<p>Definition at line <a class="el" href="expr__op_8h_source.html#l00050">50</a> of file <a class="el" href="expr__op_8h_source.html">expr_op.h</a>.</p>

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

<p>Definition at line <a class="el" href="expr__op_8h_source.html#l00051">51</a> of file <a class="el" href="expr__op_8h_source.html">expr_op.h</a>.</p>

</div>
</div>
<a class="anchor" id="a61a2a0fa995725e9988683c6dabd503c"></a><!-- doxytag: member="CVC3::Op::::CInterface" ref="a61a2a0fa995725e9988683c6dabd503c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">friend class ::CInterface<code> [friend]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__op_8h_source.html#l00052">52</a> of file <a class="el" href="expr__op_8h_source.html">expr_op.h</a>.</p>

</div>
</div>
<a class="anchor" id="ad034c5b0a6baee847a18015c97fc7daf"></a><!-- doxytag: member="CVC3::Op::operator&lt;&lt;" ref="ad034c5b0a6baee847a18015c97fc7daf" args="(std::ostream &amp;os, const Op &amp;op)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std::ostream&amp; operator&lt;&lt; </td>
          <td>(</td>
          <td class="paramtype">std::ostream &amp;&#160;</td>
          <td class="paramname"><em>os</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Op.html">Op</a> &amp;&#160;</td>
          <td class="paramname"><em>op</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [friend]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__op_8h_source.html#l00090">90</a> of file <a class="el" href="expr__op_8h_source.html">expr_op.h</a>.</p>

</div>
</div>
<a class="anchor" id="a4a524de1030a843cb95adc951c289b4c"></a><!-- doxytag: member="CVC3::Op::operator==" ref="a4a524de1030a843cb95adc951c289b4c" args="(const Op &amp;op1, const Op &amp;op2)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool operator== </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Op.html">Op</a> &amp;&#160;</td>
          <td class="paramname"><em>op1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1Op.html">Op</a> &amp;&#160;</td>
          <td class="paramname"><em>op2</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [friend]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__op_8h_source.html#l00093">93</a> of file <a class="el" href="expr__op_8h_source.html">expr_op.h</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a143cdd14e6c60f675292db3a938cab1b"></a><!-- doxytag: member="CVC3::Op::d_kind" ref="a143cdd14e6c60f675292db3a938cab1b" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="classCVC3_1_1Op.html#a143cdd14e6c60f675292db3a938cab1b">CVC3::Op::d_kind</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__op_8h_source.html#l00054">54</a> of file <a class="el" href="expr__op_8h_source.html">expr_op.h</a>.</p>

<p>Referenced by <a class="el" href="expr__op_8h_source.html#l00084">getExpr()</a>, <a class="el" href="expr__op_8h_source.html#l00082">getKind()</a>, <a class="el" href="expr__op_8h_source.html#l00080">isNull()</a>, and <a class="el" href="expr__op_8cpp_source.html#l00031">operator=()</a>.</p>

</div>
</div>
<a class="anchor" id="a5fd945d015707e038c2716f355bed20a"></a><!-- doxytag: member="CVC3::Op::d_expr" ref="a5fd945d015707e038c2716f355bed20a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1Expr.html">Expr</a> <a class="el" href="classCVC3_1_1Op.html#a5fd945d015707e038c2716f355bed20a">CVC3::Op::d_expr</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__op_8h_source.html#l00055">55</a> of file <a class="el" href="expr__op_8h_source.html">expr_op.h</a>.</p>

<p>Referenced by <a class="el" href="expr__op_8h_source.html#l00084">getExpr()</a>, <a class="el" href="expr__op_8cpp_source.html#l00027">Op()</a>, and <a class="el" href="expr__op_8cpp_source.html#l00031">operator=()</a>.</p>

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