Sophie

Sophie

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

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::ExprMap&lt; Data &gt; Class Template 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_1ExprMap.html">ExprMap</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pri-types">Private Types</a> &#124;
<a href="#pri-attribs">Private Attributes</a> &#124;
<a href="#friends">Friends</a>  </div>
  <div class="headertitle">
<div class="title">CVC3::ExprMap&lt; Data &gt; Class Template Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="CVC3::ExprMap" -->
<p><code>#include &lt;<a class="el" href="expr__map_8h_source.html">expr_map.h</a>&gt;</code></p>

<p><a href="classCVC3_1_1ExprMap-members.html">List of all members.</a></p>
<h2><a name="nested-classes"></a>
Classes</h2>
<ul>
<li>class <a class="el" href="classCVC3_1_1ExprMap_1_1const__iterator.html">const_iterator</a>
<li>class <a class="el" href="classCVC3_1_1ExprMap_1_1iterator.html">iterator</a>
</ul>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classCVC3_1_1ExprMap.html#a5bf0c30b9291bba62bcbed4e31d5d692">ExprMap</a> ()
<li><a class="el" href="classCVC3_1_1ExprMap.html#ae2e3a0d415df7b4a502e4ffa82011d3c">ExprMap</a> (const <a class="el" href="classCVC3_1_1ExprMap.html">ExprMap</a> &amp;map)
<li>bool <a class="el" href="classCVC3_1_1ExprMap.html#a292270a9283cbdcfd5a3ddccd4e33262">empty</a> () const 
<li>size_t <a class="el" href="classCVC3_1_1ExprMap.html#a62589c597d245f3245df6d6a5fe6f4f1">size</a> () const 
<li>size_t <a class="el" href="classCVC3_1_1ExprMap.html#aa96dfa3a54a131cdb0964ef4b80e324f">count</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e) const 
<li>Data &amp; <a class="el" href="classCVC3_1_1ExprMap.html#a53c955e68ddbde38deebbebb4221539c">operator[]</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e)
<li>void <a class="el" href="classCVC3_1_1ExprMap.html#a173c2cf4753189d956073d74c36c7c58">clear</a> ()
<li>void <a class="el" href="classCVC3_1_1ExprMap.html#a89122ac9deffe3cd839d067b6b92af1d">insert</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e, const Data &amp;d)
<li>void <a class="el" href="classCVC3_1_1ExprMap.html#a2997aa3f20d09f6bf49b09da9a177003">erase</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e)
<li>template&lt;class InputIterator &gt; void <a class="el" href="classCVC3_1_1ExprMap.html#aaf11cd9edc863584dc339c56eed29591">insert</a> (InputIterator l, InputIterator r)
<li>template&lt;class InputIterator &gt; void <a class="el" href="classCVC3_1_1ExprMap.html#a754778f216960804d707a6369bca19c1">erase</a> (InputIterator l, InputIterator r)
<li><a class="el" href="classCVC3_1_1ExprMap_1_1iterator.html">iterator</a> <a class="el" href="classCVC3_1_1ExprMap.html#a3db85401f8535daf4054fde531cd46b1">begin</a> ()
<li><a class="el" href="classCVC3_1_1ExprMap_1_1iterator.html">iterator</a> <a class="el" href="classCVC3_1_1ExprMap.html#a283ae6c44308cbdda0d82da5a16e52c8">end</a> ()
<li><a class="el" href="classCVC3_1_1ExprMap_1_1const__iterator.html">const_iterator</a> <a class="el" href="classCVC3_1_1ExprMap.html#a347f85caefbf03fe8308125f6ccb2857">begin</a> () const 
<li><a class="el" href="classCVC3_1_1ExprMap_1_1const__iterator.html">const_iterator</a> <a class="el" href="classCVC3_1_1ExprMap.html#a6cc77f91c512579e142b8569ecc89bd7">end</a> () const 
<li><a class="el" href="classCVC3_1_1ExprMap_1_1iterator.html">iterator</a> <a class="el" href="classCVC3_1_1ExprMap.html#ae50ab1874dd63b575553e7db769abe28">find</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e)
<li><a class="el" href="classCVC3_1_1ExprMap_1_1const__iterator.html">const_iterator</a> <a class="el" href="classCVC3_1_1ExprMap.html#af705ffda7fc59b727775311d21ee0e75">find</a> (const <a class="el" href="classCVC3_1_1Expr.html">Expr</a> &amp;e) const 
</ul>
<h2><a name="pri-types"></a>
Private Types</h2>
<ul>
<li>typedef std::map&lt; <a class="el" href="classCVC3_1_1Expr.html">Expr</a>, Data &gt; <a class="el" href="classCVC3_1_1ExprMap.html#a013b2551d6b935eb81e2157265973dea">ExprMapType</a>
</ul>
<h2><a name="pri-attribs"></a>
Private Attributes</h2>
<ul>
<li><a class="el" href="classCVC3_1_1ExprMap.html#a013b2551d6b935eb81e2157265973dea">ExprMapType</a> <a class="el" href="classCVC3_1_1ExprMap.html#a6241e6eb48ce7304d0e1e73d57a0eb20">d_map</a>
</ul>
<h2><a name="friends"></a>
Friends</h2>
<ul>
<li>bool <a class="el" href="classCVC3_1_1ExprMap.html#a319469b0a35fc68ed7ff75dcccc56359">operator==</a> (const <a class="el" href="classCVC3_1_1ExprMap.html">ExprMap</a> &amp;m1, const <a class="el" href="classCVC3_1_1ExprMap.html">ExprMap</a> &amp;m2)
<li>bool <a class="el" href="classCVC3_1_1ExprMap.html#a84df2ed8e4e875eae591adb7c3d5f301">operator!=</a> (const <a class="el" href="classCVC3_1_1ExprMap.html">ExprMap</a> &amp;m1, const <a class="el" href="classCVC3_1_1ExprMap.html">ExprMap</a> &amp;m2)
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><h3>template&lt;class Data&gt;<br/>
class CVC3::ExprMap&lt; Data &gt;</h3>


<p>Definition at line <a class="el" href="expr__map_8h_source.html#l00062">62</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>
</div><hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="a013b2551d6b935eb81e2157265973dea"></a><!-- doxytag: member="CVC3::ExprMap::ExprMapType" ref="a013b2551d6b935eb81e2157265973dea" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">typedef std::map&lt;<a class="el" href="classCVC3_1_1Expr.html">Expr</a>, Data&gt; <a class="el" href="classCVC3_1_1ExprMap.html">CVC3::ExprMap</a>&lt; Data &gt;::<a class="el" href="classCVC3_1_1ExprMap.html#a013b2551d6b935eb81e2157265973dea">ExprMapType</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__map_8h_source.html#l00065">65</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a5bf0c30b9291bba62bcbed4e31d5d692"></a><!-- doxytag: member="CVC3::ExprMap::ExprMap" ref="a5bf0c30b9291bba62bcbed4e31d5d692" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1ExprMap.html">CVC3::ExprMap</a>&lt; Data &gt;::<a class="el" href="classCVC3_1_1ExprMap.html">ExprMap</a> </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__map_8h_source.html#l00165">165</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

</div>
</div>
<a class="anchor" id="ae2e3a0d415df7b4a502e4ffa82011d3c"></a><!-- doxytag: member="CVC3::ExprMap::ExprMap" ref="ae2e3a0d415df7b4a502e4ffa82011d3c" args="(const ExprMap &amp;map)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1ExprMap.html">CVC3::ExprMap</a>&lt; Data &gt;::<a class="el" href="classCVC3_1_1ExprMap.html">ExprMap</a> </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1ExprMap.html">ExprMap</a>&lt; Data &gt; &amp;&#160;</td>
          <td class="paramname"><em>map</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__map_8h_source.html#l00167">167</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a292270a9283cbdcfd5a3ddccd4e33262"></a><!-- doxytag: member="CVC3::ExprMap::empty" ref="a292270a9283cbdcfd5a3ddccd4e33262" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">bool <a class="el" href="classCVC3_1_1ExprMap.html">CVC3::ExprMap</a>&lt; Data &gt;::empty </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__map_8h_source.html#l00170">170</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

<p>Referenced by <a class="el" href="theory_8cpp_source.html#l00709">CVC3::Theory::addBoundVar()</a>, <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l03692">CVC3::BitvectorTheoremProducer::collectOneTermOfPlus()</a>, <a class="el" href="LFSCConvert_8cpp_source.html#l01663">LFSCConvert::make_let_proof()</a>, <a class="el" href="LFSCPrinter_8cpp_source.html#l00026">LFSCPrinter::print_LFSC()</a>, <a class="el" href="expr__transform_8cpp_source.html#l00476">CVC3::ExprTransform::simplifyWithCare()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l00966">CVC3::TheoryArithOld::substAndCanonize()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l00736">CVC3::TheoryArithNew::substAndCanonize()</a>, and <a class="el" href="theory__arith3_8cpp_source.html#l00987">CVC3::TheoryArith3::substAndCanonize()</a>.</p>

</div>
</div>
<a class="anchor" id="a62589c597d245f3245df6d6a5fe6f4f1"></a><!-- doxytag: member="CVC3::ExprMap::size" ref="a62589c597d245f3245df6d6a5fe6f4f1" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">size_t <a class="el" href="classCVC3_1_1ExprMap.html">CVC3::ExprMap</a>&lt; Data &gt;::size </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__map_8h_source.html#l00171">171</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

<p>Referenced by <a class="el" href="expr__stream_8cpp_source.html#l00093">CVC3::ExprStream::addLetHeader()</a>, <a class="el" href="theory__quant_8cpp_source.html#l07647">CVC3::TheoryQuant::checkSat()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l02780">CVC3::TheoryArithOld::findBounds()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l01348">CVC3::TheoryArithNew::findBounds()</a>, <a class="el" href="theory__arith3_8cpp_source.html#l02197">CVC3::TheoryArith3::findBounds()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l01161">CVC3::TheoryDatatype::getConstant()</a>, <a class="el" href="common__theorem__producer_8cpp_source.html#l00989">CVC3::CommonTheoremProducer::rewriteAnd()</a>, <a class="el" href="common__theorem__producer_8cpp_source.html#l01028">CVC3::CommonTheoremProducer::rewriteOr()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l02170">CVC3::TheoryArithOld::VarOrderGraph::selectSmallest()</a>, and <a class="el" href="theory__quant_8cpp_source.html#l02917">CVC3::TheoryQuant::setupTriggers()</a>.</p>

</div>
</div>
<a class="anchor" id="aa96dfa3a54a131cdb0964ef4b80e324f"></a><!-- doxytag: member="CVC3::ExprMap::count" ref="aa96dfa3a54a131cdb0964ef4b80e324f" args="(const Expr &amp;e) const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">size_t <a class="el" href="classCVC3_1_1ExprMap.html">CVC3::ExprMap</a>&lt; Data &gt;::count </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> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__map_8h_source.html#l00173">173</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

<p>Referenced by <a class="el" href="quant__theorem__producer_8cpp_source.html#l00510">CVC3::QuantTheoremProducer::adjustVarUniv()</a>, <a class="el" href="theory__quant_8cpp_source.html#l06990">CVC3::TheoryQuant::backList()</a>, <a class="el" href="quant__theorem__producer_8cpp_source.html#l00748">CVC3::QuantTheoremProducer::boundVarElim()</a>, <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l04619">CVC3::BitvectorTheoremProducer::BVMult_order_subterms()</a>, <a class="el" href="arith__theorem__producer__old_8cpp_source.html#l01134">CVC3::ArithTheoremProducerOld::canonComboLikeTerms()</a>, <a class="el" href="arith__theorem__producer3_8cpp_source.html#l01084">CVC3::ArithTheoremProducer3::canonComboLikeTerms()</a>, <a class="el" href="arith__theorem__producer_8cpp_source.html#l01097">CVC3::ArithTheoremProducer::canonComboLikeTerms()</a>, <a class="el" href="theory__quant_8cpp_source.html#l07647">CVC3::TheoryQuant::checkSat()</a>, <a class="el" href="search__theorem__producer_8cpp_source.html#l00411">CVC3::SearchEngineTheoremProducer::checkSoundNoSkolems()</a>, <a class="el" href="expr__stream_8cpp_source.html#l00054">CVC3::ExprStream::collectShared()</a>, <a class="el" href="vc__cmd_8cpp_source.html#l00041">CVC3::VCCmd::findAxioms()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l02780">CVC3::TheoryArithOld::findBounds()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l01348">CVC3::TheoryArithNew::findBounds()</a>, <a class="el" href="theory__arith3_8cpp_source.html#l02197">CVC3::TheoryArith3::findBounds()</a>, <a class="el" href="theory__quant_8cpp_source.html#l08653">CVC3::TheoryQuant::findInstAssumptions()</a>, <a class="el" href="theory__quant_8cpp_source.html#l01166">findPolarity()</a>, <a class="el" href="theory__quant_8cpp_source.html#l01626">findPolarityAtomic()</a>, <a class="el" href="decision__engine_8cpp_source.html#l00055">CVC3::DecisionEngine::findSplitterRec()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00457">CVC3::TheoryDatatype::finiteTypeInfo()</a>, <a class="el" href="theory__quant_8cpp_source.html#l06999">CVC3::TheoryQuant::forwList()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l01161">CVC3::TheoryDatatype::getConstant()</a>, <a class="el" href="theory__quant_8cpp_source.html#l02229">CVC3::CompleteInstPreProcessor::inst()</a>, <a class="el" href="theory__quant_8cpp_source.html#l01373">CVC3::CompleteInstPreProcessor::isMacro()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00731">CVC3::TheoryDatatype::parseExprOp()</a>, <a class="el" href="theory__quant_8cpp_source.html#l07008">CVC3::TheoryQuant::pushBackList()</a>, <a class="el" href="theory__quant_8cpp_source.html#l07018">CVC3::TheoryQuant::pushForwList()</a>, <a class="el" href="quant__theorem__producer_8cpp_source.html#l00493">CVC3::QuantTheoremProducer::recFindBoundVars()</a>, <a class="el" href="theory__quant_8cpp_source.html#l01499">CVC3::CompleteInstPreProcessor::recInstMacros()</a>, <a class="el" href="theory__quant_8cpp_source.html#l05310">CVC3::TheoryQuant::recMultMatchDebug()</a>, <a class="el" href="theory__quant_8cpp_source.html#l05478">CVC3::TheoryQuant::recMultMatchOldWay()</a>, <a class="el" href="theory__quant_8cpp_source.html#l08565">CVC3::TheoryQuant::recursiveMap()</a>, <a class="el" href="common__theorem__producer_8cpp_source.html#l00989">CVC3::CommonTheoremProducer::rewriteAnd()</a>, <a class="el" href="common__theorem__producer_8cpp_source.html#l01028">CVC3::CommonTheoremProducer::rewriteOr()</a>, <a class="el" href="theory__quant_8cpp_source.html#l02917">CVC3::TheoryQuant::setupTriggers()</a>, and <a class="el" href="theory__quant_8cpp_source.html#l01432">CVC3::CompleteInstPreProcessor::substMacro()</a>.</p>

</div>
</div>
<a class="anchor" id="a53c955e68ddbde38deebbebb4221539c"></a><!-- doxytag: member="CVC3::ExprMap::operator[]" ref="a53c955e68ddbde38deebbebb4221539c" args="(const Expr &amp;e)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">Data&amp; <a class="el" href="classCVC3_1_1ExprMap.html">CVC3::ExprMap</a>&lt; Data &gt;::operator[] </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]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__map_8h_source.html#l00174">174</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

</div>
</div>
<a class="anchor" id="a173c2cf4753189d956073d74c36c7c58"></a><!-- doxytag: member="CVC3::ExprMap::clear" ref="a173c2cf4753189d956073d74c36c7c58" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classCVC3_1_1ExprMap.html">CVC3::ExprMap</a>&lt; Data &gt;::clear </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__map_8h_source.html#l00175">175</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

<p>Referenced by <a class="el" href="theory_8cpp_source.html#l00709">CVC3::Theory::addBoundVar()</a>, <a class="el" href="expr__stream_8cpp_source.html#l00093">CVC3::ExprStream::addLetHeader()</a>, <a class="el" href="theory__quant_8cpp_source.html#l07647">CVC3::TheoryQuant::checkSat()</a>, <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l03723">CVC3::BitvectorTheoremProducer::collectLikeTermsOfPlus()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00878">CVC3::TheoryDatatype::dataType()</a>, <a class="el" href="theory__quant_8cpp_source.html#l04191">CVC3::TheoryQuant::delNewTrigs()</a>, <a class="el" href="decision__engine__dfs_8cpp_source.html#l00067">CVC3::DecisionEngineDFS::findSplitter()</a>, <a class="el" href="expr__transform_8cpp_source.html#l00282">CVC3::ExprTransform::newPP()</a>, <a class="el" href="theory__core_8cpp_source.html#l03589">CVC3::TheoryCore::parseExpr()</a>, <a class="el" href="expr__stream_8cpp_source.html#l00132">CVC3::ExprStream::popDag()</a>, and <a class="el" href="expr__transform_8cpp_source.html#l00127">CVC3::ExprTransform::pushNegation()</a>.</p>

</div>
</div>
<a class="anchor" id="a89122ac9deffe3cd839d067b6b92af1d"></a><!-- doxytag: member="CVC3::ExprMap::insert" ref="a89122ac9deffe3cd839d067b6b92af1d" args="(const Expr &amp;e, const Data &amp;d)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classCVC3_1_1ExprMap.html">CVC3::ExprMap</a>&lt; Data &gt;::insert </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>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const Data &amp;&#160;</td>
          <td class="paramname"><em>d</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__map_8h_source.html#l00177">177</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

<p>Referenced by <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l01406">CVC3::BitvectorTheoremProducer::computeCarryPreComputed()</a>, <a class="el" href="vc__cmd_8cpp_source.html#l00041">CVC3::VCCmd::findAxioms()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00731">CVC3::TheoryDatatype::parseExprOp()</a>, and <a class="el" href="theory__arith__old_8cpp_source.html#l04662">CVC3::TheoryArithOld::registerAtom()</a>.</p>

</div>
</div>
<a class="anchor" id="a2997aa3f20d09f6bf49b09da9a177003"></a><!-- doxytag: member="CVC3::ExprMap::erase" ref="a2997aa3f20d09f6bf49b09da9a177003" args="(const Expr &amp;e)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classCVC3_1_1ExprMap.html">CVC3::ExprMap</a>&lt; Data &gt;::erase </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]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__map_8h_source.html#l00178">178</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

<p>Referenced by <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l02970">CVC3::BitvectorTheoremProducer::bitwiseFlatten()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00457">CVC3::TheoryDatatype::finiteTypeInfo()</a>, <a class="el" href="expr__stream_8cpp_source.html#l00132">CVC3::ExprStream::popDag()</a>, and <a class="el" href="expr__transform_8cpp_source.html#l00476">CVC3::ExprTransform::simplifyWithCare()</a>.</p>

</div>
</div>
<a class="anchor" id="aaf11cd9edc863584dc339c56eed29591"></a><!-- doxytag: member="CVC3::ExprMap::insert" ref="aaf11cd9edc863584dc339c56eed29591" args="(InputIterator l, InputIterator r)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
<div class="memtemplate">
template&lt;class InputIterator &gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classCVC3_1_1ExprMap.html">CVC3::ExprMap</a>&lt; Data &gt;::insert </td>
          <td>(</td>
          <td class="paramtype">InputIterator&#160;</td>
          <td class="paramname"><em>l</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">InputIterator&#160;</td>
          <td class="paramname"><em>r</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__map_8h_source.html#l00181">181</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

</div>
</div>
<a class="anchor" id="a754778f216960804d707a6369bca19c1"></a><!-- doxytag: member="CVC3::ExprMap::erase" ref="a754778f216960804d707a6369bca19c1" args="(InputIterator l, InputIterator r)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
<div class="memtemplate">
template&lt;class InputIterator &gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classCVC3_1_1ExprMap.html">CVC3::ExprMap</a>&lt; Data &gt;::erase </td>
          <td>(</td>
          <td class="paramtype">InputIterator&#160;</td>
          <td class="paramname"><em>l</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">InputIterator&#160;</td>
          <td class="paramname"><em>r</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__map_8h_source.html#l00184">184</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

</div>
</div>
<a class="anchor" id="a3db85401f8535daf4054fde531cd46b1"></a><!-- doxytag: member="CVC3::ExprMap::begin" ref="a3db85401f8535daf4054fde531cd46b1" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1ExprMap_1_1iterator.html">iterator</a> <a class="el" href="classCVC3_1_1ExprMap.html">CVC3::ExprMap</a>&lt; Data &gt;::begin </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__map_8h_source.html#l00190">190</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

<p>Referenced by <a class="el" href="expr__stream_8cpp_source.html#l00093">CVC3::ExprStream::addLetHeader()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00201">CVC3::TheoryDatatype::assertFact()</a>, <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l02970">CVC3::BitvectorTheoremProducer::bitwiseFlatten()</a>, <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l05298">CVC3::BitvectorTheoremProducer::buildPlusTerm()</a>, <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l04619">CVC3::BitvectorTheoremProducer::BVMult_order_subterms()</a>, <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l05692">CVC3::BitvectorTheoremProducer::canonBVEQ()</a>, <a class="el" href="arith__theorem__producer__old_8cpp_source.html#l01134">CVC3::ArithTheoremProducerOld::canonComboLikeTerms()</a>, <a class="el" href="arith__theorem__producer3_8cpp_source.html#l01084">CVC3::ArithTheoremProducer3::canonComboLikeTerms()</a>, <a class="el" href="arith__theorem__producer_8cpp_source.html#l01097">CVC3::ArithTheoremProducer::canonComboLikeTerms()</a>, <a class="el" href="theory__quant_8cpp_source.html#l07647">CVC3::TheoryQuant::checkSat()</a>, <a class="el" href="theory__datatype__lazy_8cpp_source.html#l00178">CVC3::TheoryDatatypeLazy::checkSat()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00260">CVC3::TheoryDatatype::checkSat()</a>, <a class="el" href="theory__array_8cpp_source.html#l00154">CVC3::TheoryArray::checkSat()</a>, <a class="el" href="theory__quant_8cpp_source.html#l01861">CVC3::CompleteInstPreProcessor::collect_forall_index()</a>, <a class="el" href="theory__quant_8cpp_source.html#l03828">CVC3::TheoryQuant::collectChangedTerms()</a>, <a class="el" href="theory__quant_8cpp_source.html#l01972">CVC3::CompleteInstPreProcessor::collectIndex()</a>, <a class="el" href="theory__quant_8cpp_source.html#l04210">CVC3::TheoryQuant::combineOldNewTrigs()</a>, <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l03785">CVC3::BitvectorTheoremProducer::createNewPlusCollection()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00878">CVC3::TheoryDatatype::dataType()</a>, <a class="el" href="theory__quant_8cpp_source.html#l04191">CVC3::TheoryQuant::delNewTrigs()</a>, <a class="el" href="search__theorem__producer_8cpp_source.html#l00454">CVC3::SearchEngineTheoremProducer::eliminateSkolemAxioms()</a>, <a class="el" href="vc__cmd_8cpp_source.html#l00267">CVC3::VCCmd::evaluateCommand()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00457">CVC3::TheoryDatatype::finiteTypeInfo()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l01161">CVC3::TheoryDatatype::getConstant()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l02152">CVC3::TheoryArithOld::VarOrderGraph::getVerticesTopological()</a>, <a class="el" href="theory__datatype__lazy_8cpp_source.html#l00050">CVC3::TheoryDatatypeLazy::instantiate()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00075">CVC3::TheoryDatatype::instantiate()</a>, <a class="el" href="theory__quant_8cpp_source.html#l02022">CVC3::CompleteInstPreProcessor::isGood()</a>, <a class="el" href="theory__quant_8cpp_source.html#l02103">CVC3::CompleteInstPreProcessor::isGoodQuant()</a>, <a class="el" href="LFSCConvert_8cpp_source.html#l01663">LFSCConvert::make_let_proof()</a>, <a class="el" href="theory__quant_8cpp_source.html#l04271">CVC3::TheoryQuant::matchListNew()</a>, <a class="el" href="theory__quant_8cpp_source.html#l03950">CVC3::TheoryQuant::multMatchChild()</a>, <a class="el" href="theory__quant_8cpp_source.html#l04045">CVC3::TheoryQuant::multMatchTop()</a>, <a class="el" href="search__theorem__producer_8cpp_source.html#l01226">CVC3::SearchEngineTheoremProducer::opCNFRule()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00639">CVC3::TheoryDatatype::print()</a>, <a class="el" href="LFSCPrinter_8cpp_source.html#l00026">LFSCPrinter::print_LFSC()</a>, <a class="el" href="vc__cmd_8cpp_source.html#l00228">CVC3::VCCmd::printCounterExample()</a>, <a class="el" href="vc__cmd_8cpp_source.html#l00157">CVC3::VCCmd::printModel()</a>, <a class="el" href="common__theorem__producer_8cpp_source.html#l00989">CVC3::CommonTheoremProducer::rewriteAnd()</a>, <a class="el" href="common__theorem__producer_8cpp_source.html#l01028">CVC3::CommonTheoremProducer::rewriteOr()</a>, <a class="el" href="theory__quant_8cpp_source.html#l00545">CVC3::TheoryQuant::simplifyExprMap()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l00912">CVC3::TheoryArithOld::solvedForm()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l00681">CVC3::TheoryArithNew::solvedForm()</a>, <a class="el" href="theory__arith3_8cpp_source.html#l00932">CVC3::TheoryArith3::solvedForm()</a>, <a class="el" href="theory__quant_8cpp_source.html#l07258">CVC3::TheoryQuant::synNewInst()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l05024">CVC3::TheoryArithOld::DifferenceLogicGraph::~DifferenceLogicGraph()</a>, <a class="el" href="theory__arith3_8cpp_source.html#l01889">CVC3::TheoryArith3::~TheoryArith3()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l01140">CVC3::TheoryArithNew::~TheoryArithNew()</a>, and <a class="el" href="theory__arith__old_8cpp_source.html#l02343">CVC3::TheoryArithOld::~TheoryArithOld()</a>.</p>

</div>
</div>
<a class="anchor" id="a283ae6c44308cbdda0d82da5a16e52c8"></a><!-- doxytag: member="CVC3::ExprMap::end" ref="a283ae6c44308cbdda0d82da5a16e52c8" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1ExprMap_1_1iterator.html">iterator</a> <a class="el" href="classCVC3_1_1ExprMap.html">CVC3::ExprMap</a>&lt; Data &gt;::end </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__map_8h_source.html#l00191">191</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

<p>Referenced by <a class="el" href="theory__quant_8cpp_source.html#l03813">CVC3::TheoryQuant::add_parent()</a>, <a class="el" href="expr__stream_8cpp_source.html#l00093">CVC3::ExprStream::addLetHeader()</a>, <a class="el" href="theory__uf_8cpp_source.html#l00079">CVC3::TheoryUF::assertFact()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00201">CVC3::TheoryDatatype::assertFact()</a>, <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l02970">CVC3::BitvectorTheoremProducer::bitwiseFlatten()</a>, <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l05298">CVC3::BitvectorTheoremProducer::buildPlusTerm()</a>, <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l04619">CVC3::BitvectorTheoremProducer::BVMult_order_subterms()</a>, <a class="el" href="LFSCObject_8cpp_source.html#l00520">LFSCObj::can_pnorm()</a>, <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l05692">CVC3::BitvectorTheoremProducer::canonBVEQ()</a>, <a class="el" href="arith__theorem__producer__old_8cpp_source.html#l01134">CVC3::ArithTheoremProducerOld::canonComboLikeTerms()</a>, <a class="el" href="arith__theorem__producer3_8cpp_source.html#l01084">CVC3::ArithTheoremProducer3::canonComboLikeTerms()</a>, <a class="el" href="arith__theorem__producer_8cpp_source.html#l01097">CVC3::ArithTheoremProducer::canonComboLikeTerms()</a>, <a class="el" href="LFSCObject_8cpp_source.html#l00281">LFSCObj::cascade_expr()</a>, <a class="el" href="theory__quant_8cpp_source.html#l07647">CVC3::TheoryQuant::checkSat()</a>, <a class="el" href="theory__datatype__lazy_8cpp_source.html#l00178">CVC3::TheoryDatatypeLazy::checkSat()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00260">CVC3::TheoryDatatype::checkSat()</a>, <a class="el" href="theory__array_8cpp_source.html#l00154">CVC3::TheoryArray::checkSat()</a>, <a class="el" href="theory__quant_8cpp_source.html#l01861">CVC3::CompleteInstPreProcessor::collect_forall_index()</a>, <a class="el" href="theory__quant_8cpp_source.html#l03828">CVC3::TheoryQuant::collectChangedTerms()</a>, <a class="el" href="theory__quant_8cpp_source.html#l01972">CVC3::CompleteInstPreProcessor::collectIndex()</a>, <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l03692">CVC3::BitvectorTheoremProducer::collectOneTermOfPlus()</a>, <a class="el" href="theory__quant_8cpp_source.html#l04210">CVC3::TheoryQuant::combineOldNewTrigs()</a>, <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l01406">CVC3::BitvectorTheoremProducer::computeCarryPreComputed()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l05535">CVC3::TheoryArithOld::computeTermBounds()</a>, <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l03785">CVC3::BitvectorTheoremProducer::createNewPlusCollection()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l01948">CVC3::TheoryArithOld::currentMaxCoefficient()</a>, <a class="el" href="LFSCConvert_8cpp_source.html#l00093">LFSCConvert::cvc3_to_lfsc()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00878">CVC3::TheoryDatatype::dataType()</a>, <a class="el" href="theory__quant_8cpp_source.html#l04191">CVC3::TheoryQuant::delNewTrigs()</a>, <a class="el" href="theory__quant_8cpp_source.html#l00633">CVC3::TheoryQuant::enqueueInst()</a>, <a class="el" href="vc__cmd_8cpp_source.html#l00267">CVC3::VCCmd::evaluateCommand()</a>, <a class="el" href="search__theorem__producer_8cpp_source.html#l01382">CVC3::SearchEngineTheoremProducer::findInLocalCache()</a>, <a class="el" href="decision__engine_8cpp_source.html#l00055">CVC3::DecisionEngine::findSplitterRec()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00457">CVC3::TheoryDatatype::finiteTypeInfo()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l01134">CVC3::TheoryDatatype::getConsForTester()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l01145">CVC3::TheoryDatatype::getConsPos()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l01161">CVC3::TheoryDatatype::getConstant()</a>, <a class="el" href="LFSCObject_8cpp_source.html#l00263">LFSCObj::getNumNodes()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l01228">CVC3::TheoryDatatype::getReachablePredicate()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l01124">CVC3::TheoryDatatype::getSelectorInfo()</a>, <a class="el" href="theory__quant_8cpp_source.html#l00613">CVC3::TheoryQuant::getSubTerms()</a>, <a class="el" href="theory_8cpp_source.html#l00367">CVC3::Theory::getTCC()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l02152">CVC3::TheoryArithOld::VarOrderGraph::getVerticesTopological()</a>, <a class="el" href="theory__quant_8cpp_source.html#l02882">goodMultiTriggers()</a>, <a class="el" href="theory__datatype__lazy_8cpp_source.html#l00090">CVC3::TheoryDatatypeLazy::initializeLabels()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00112">CVC3::TheoryDatatype::initializeLabels()</a>, <a class="el" href="theory__datatype__lazy_8cpp_source.html#l00050">CVC3::TheoryDatatypeLazy::instantiate()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00075">CVC3::TheoryDatatype::instantiate()</a>, <a class="el" href="LFSCObject_8cpp_source.html#l00514">LFSCObj::isFormula()</a>, <a class="el" href="theory__quant_8cpp_source.html#l02022">CVC3::CompleteInstPreProcessor::isGood()</a>, <a class="el" href="theory__quant_8cpp_source.html#l02103">CVC3::CompleteInstPreProcessor::isGoodQuant()</a>, <a class="el" href="LFSCPrinter_8cpp_source.html#l00511">LFSCPrinter::make_let_map()</a>, <a class="el" href="LFSCConvert_8cpp_source.html#l01663">LFSCConvert::make_let_proof()</a>, <a class="el" href="theory__quant_8cpp_source.html#l04271">CVC3::TheoryQuant::matchListNew()</a>, <a class="el" href="theory__quant_8cpp_source.html#l04075">CVC3::TheoryQuant::matchListOld()</a>, <a class="el" href="theory__quant_8cpp_source.html#l03950">CVC3::TheoryQuant::multMatchChild()</a>, <a class="el" href="expr__transform_8cpp_source.html#l00334">CVC3::ExprTransform::newPPrec()</a>, <a class="el" href="expr__stream_8cpp_source.html#l00162">CVC3::operator&lt;&lt;()</a>, <a class="el" href="theory__core_8cpp_source.html#l03589">CVC3::TheoryCore::parseExpr()</a>, <a class="el" href="theory__core_8cpp_source.html#l01724">CVC3::TheoryCore::parseExprOp()</a>, <a class="el" href="translator_8cpp_source.html#l00563">CVC3::Translator::preprocess2Rec()</a>, <a class="el" href="translator_8cpp_source.html#l00072">CVC3::Translator::preprocessRec()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00639">CVC3::TheoryDatatype::print()</a>, <a class="el" href="LFSCPrinter_8cpp_source.html#l00026">LFSCPrinter::print_LFSC()</a>, <a class="el" href="LFSCPrinter_8cpp_source.html#l00255">LFSCPrinter::print_poly_norm()</a>, <a class="el" href="vc__cmd_8cpp_source.html#l00228">CVC3::VCCmd::printCounterExample()</a>, <a class="el" href="vc__cmd_8cpp_source.html#l00157">CVC3::VCCmd::printModel()</a>, <a class="el" href="vc__cmd_8cpp_source.html#l00188">CVC3::VCCmd::printSymbols()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l02432">CVC3::TheoryArithOld::processFiniteIntervals()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l01226">CVC3::TheoryArithNew::processFiniteIntervals()</a>, <a class="el" href="theory__arith3_8cpp_source.html#l01975">CVC3::TheoryArith3::processFiniteIntervals()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l01710">CVC3::TheoryArithOld::projectInequalities()</a>, <a class="el" href="theory__arith3_8cpp_source.html#l01346">CVC3::TheoryArith3::projectInequalities()</a>, <a class="el" href="expr__transform_8cpp_source.html#l00141">CVC3::ExprTransform::pushNegationRec()</a>, <a class="el" href="theory__quant_8cpp_source.html#l05587">CVC3::TheoryQuant::recMultMatch()</a>, <a class="el" href="theory__quant_8cpp_source.html#l05310">CVC3::TheoryQuant::recMultMatchDebug()</a>, <a class="el" href="theory__quant_8cpp_source.html#l05478">CVC3::TheoryQuant::recMultMatchOldWay()</a>, <a class="el" href="theory__quant_8cpp_source.html#l01763">CVC3::CompleteInstPreProcessor::recRewriteNot()</a>, <a class="el" href="theory__quant_8cpp_source.html#l02638">CVC3::TheoryQuant::registerTrig()</a>, <a class="el" href="common__theorem__producer_8cpp_source.html#l00989">CVC3::CommonTheoremProducer::rewriteAnd()</a>, <a class="el" href="theory__bitvector_8cpp_source.html#l00887">CVC3::TheoryBitvector::rewriteBV()</a>, <a class="el" href="common__theorem__producer_8cpp_source.html#l01028">CVC3::CommonTheoremProducer::rewriteOr()</a>, <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l03160">CVC3::BitvectorTheoremProducer::sameKidCheck()</a>, <a class="el" href="theory__quant_8cpp_source.html#l00998">CVC3::TheoryQuant::sendInstNew()</a>, <a class="el" href="theory__quant_8cpp_source.html#l00545">CVC3::TheoryQuant::simplifyExprMap()</a>, <a class="el" href="expr__transform_8cpp_source.html#l00476">CVC3::ExprTransform::simplifyWithCare()</a>, <a class="el" href="expr__transform_8cpp_source.html#l00042">CVC3::ExprTransform::smartSimplify()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l00912">CVC3::TheoryArithOld::solvedForm()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l00681">CVC3::TheoryArithNew::solvedForm()</a>, <a class="el" href="theory__arith3_8cpp_source.html#l00932">CVC3::TheoryArith3::solvedForm()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l00966">CVC3::TheoryArithOld::substAndCanonize()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l00736">CVC3::TheoryArithNew::substAndCanonize()</a>, <a class="el" href="theory__arith3_8cpp_source.html#l00987">CVC3::TheoryArith3::substAndCanonize()</a>, <a class="el" href="arith__theorem__producer__old_8cpp_source.html#l02530">CVC3::ArithTheoremProducerOld::substitute()</a>, <a class="el" href="arith__theorem__producer3_8cpp_source.html#l02328">CVC3::ArithTheoremProducer3::substitute()</a>, <a class="el" href="arith__theorem__producer_8cpp_source.html#l02353">CVC3::ArithTheoremProducer::substitute()</a>, <a class="el" href="theory__quant_8cpp_source.html#l07258">CVC3::TheoryQuant::synNewInst()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l05039">CVC3::TheoryArithOld::tryPropagate()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l01143">CVC3::TheoryArithOld::updateStats()</a>, <a class="el" href="theory__arith3_8cpp_source.html#l01889">CVC3::TheoryArith3::~TheoryArith3()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l01140">CVC3::TheoryArithNew::~TheoryArithNew()</a>, and <a class="el" href="theory__arith__old_8cpp_source.html#l02343">CVC3::TheoryArithOld::~TheoryArithOld()</a>.</p>

</div>
</div>
<a class="anchor" id="a347f85caefbf03fe8308125f6ccb2857"></a><!-- doxytag: member="CVC3::ExprMap::begin" ref="a347f85caefbf03fe8308125f6ccb2857" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1ExprMap_1_1const__iterator.html">const_iterator</a> <a class="el" href="classCVC3_1_1ExprMap.html">CVC3::ExprMap</a>&lt; Data &gt;::begin </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__map_8h_source.html#l00192">192</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

</div>
</div>
<a class="anchor" id="a6cc77f91c512579e142b8569ecc89bd7"></a><!-- doxytag: member="CVC3::ExprMap::end" ref="a6cc77f91c512579e142b8569ecc89bd7" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1ExprMap_1_1const__iterator.html">const_iterator</a> <a class="el" href="classCVC3_1_1ExprMap.html">CVC3::ExprMap</a>&lt; Data &gt;::end </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__map_8h_source.html#l00193">193</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

</div>
</div>
<a class="anchor" id="ae50ab1874dd63b575553e7db769abe28"></a><!-- doxytag: member="CVC3::ExprMap::find" ref="ae50ab1874dd63b575553e7db769abe28" args="(const Expr &amp;e)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1ExprMap_1_1iterator.html">iterator</a> <a class="el" href="classCVC3_1_1ExprMap.html">CVC3::ExprMap</a>&lt; Data &gt;::find </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]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__map_8h_source.html#l00194">194</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

<p>Referenced by <a class="el" href="theory__quant_8cpp_source.html#l03813">CVC3::TheoryQuant::add_parent()</a>, <a class="el" href="theory__uf_8cpp_source.html#l00079">CVC3::TheoryUF::assertFact()</a>, <a class="el" href="LFSCObject_8cpp_source.html#l00520">LFSCObj::can_pnorm()</a>, <a class="el" href="LFSCObject_8cpp_source.html#l00281">LFSCObj::cascade_expr()</a>, <a class="el" href="theory__datatype__lazy_8cpp_source.html#l00178">CVC3::TheoryDatatypeLazy::checkSat()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00260">CVC3::TheoryDatatype::checkSat()</a>, <a class="el" href="theory__quant_8cpp_source.html#l03828">CVC3::TheoryQuant::collectChangedTerms()</a>, <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l03692">CVC3::BitvectorTheoremProducer::collectOneTermOfPlus()</a>, <a class="el" href="theory__quant_8cpp_source.html#l04210">CVC3::TheoryQuant::combineOldNewTrigs()</a>, <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l01406">CVC3::BitvectorTheoremProducer::computeCarryPreComputed()</a>, <a class="el" href="theory__bitvector_8cpp_source.html#l05570">CVC3::TheoryBitvector::computeTCC()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l05535">CVC3::TheoryArithOld::computeTermBounds()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l01948">CVC3::TheoryArithOld::currentMaxCoefficient()</a>, <a class="el" href="LFSCConvert_8cpp_source.html#l00093">LFSCConvert::cvc3_to_lfsc()</a>, <a class="el" href="theory__quant_8cpp_source.html#l00633">CVC3::TheoryQuant::enqueueInst()</a>, <a class="el" href="search__theorem__producer_8cpp_source.html#l01382">CVC3::SearchEngineTheoremProducer::findInLocalCache()</a>, <a class="el" href="decision__engine_8cpp_source.html#l00055">CVC3::DecisionEngine::findSplitterRec()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l01134">CVC3::TheoryDatatype::getConsForTester()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l01145">CVC3::TheoryDatatype::getConsPos()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l01161">CVC3::TheoryDatatype::getConstant()</a>, <a class="el" href="LFSCObject_8cpp_source.html#l00263">LFSCObj::getNumNodes()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l01228">CVC3::TheoryDatatype::getReachablePredicate()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l01124">CVC3::TheoryDatatype::getSelectorInfo()</a>, <a class="el" href="theory__quant_8cpp_source.html#l00613">CVC3::TheoryQuant::getSubTerms()</a>, <a class="el" href="theory_8cpp_source.html#l00367">CVC3::Theory::getTCC()</a>, <a class="el" href="theory__quant_8cpp_source.html#l02882">goodMultiTriggers()</a>, <a class="el" href="theory__datatype__lazy_8cpp_source.html#l00090">CVC3::TheoryDatatypeLazy::initializeLabels()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00112">CVC3::TheoryDatatype::initializeLabels()</a>, <a class="el" href="theory__datatype__lazy_8cpp_source.html#l00050">CVC3::TheoryDatatypeLazy::instantiate()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00075">CVC3::TheoryDatatype::instantiate()</a>, <a class="el" href="LFSCObject_8cpp_source.html#l00514">LFSCObj::isFormula()</a>, <a class="el" href="LFSCPrinter_8cpp_source.html#l00511">LFSCPrinter::make_let_map()</a>, <a class="el" href="theory__quant_8cpp_source.html#l04271">CVC3::TheoryQuant::matchListNew()</a>, <a class="el" href="theory__quant_8cpp_source.html#l04075">CVC3::TheoryQuant::matchListOld()</a>, <a class="el" href="theory__quant_8cpp_source.html#l03950">CVC3::TheoryQuant::multMatchChild()</a>, <a class="el" href="expr__transform_8cpp_source.html#l00334">CVC3::ExprTransform::newPPrec()</a>, <a class="el" href="expr__stream_8cpp_source.html#l00162">CVC3::operator&lt;&lt;()</a>, <a class="el" href="theory__core_8cpp_source.html#l03589">CVC3::TheoryCore::parseExpr()</a>, <a class="el" href="theory__core_8cpp_source.html#l01724">CVC3::TheoryCore::parseExprOp()</a>, <a class="el" href="translator_8cpp_source.html#l00563">CVC3::Translator::preprocess2Rec()</a>, <a class="el" href="translator_8cpp_source.html#l00072">CVC3::Translator::preprocessRec()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00639">CVC3::TheoryDatatype::print()</a>, <a class="el" href="LFSCPrinter_8cpp_source.html#l00255">LFSCPrinter::print_poly_norm()</a>, <a class="el" href="vc__cmd_8cpp_source.html#l00188">CVC3::VCCmd::printSymbols()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l02432">CVC3::TheoryArithOld::processFiniteIntervals()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l01226">CVC3::TheoryArithNew::processFiniteIntervals()</a>, <a class="el" href="theory__arith3_8cpp_source.html#l01975">CVC3::TheoryArith3::processFiniteIntervals()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l01710">CVC3::TheoryArithOld::projectInequalities()</a>, <a class="el" href="theory__arith3_8cpp_source.html#l01346">CVC3::TheoryArith3::projectInequalities()</a>, <a class="el" href="theory__bitvector_8cpp_source.html#l00699">CVC3::TheoryBitvector::pushNegationRec()</a>, <a class="el" href="expr__transform_8cpp_source.html#l00141">CVC3::ExprTransform::pushNegationRec()</a>, <a class="el" href="theory__quant_8cpp_source.html#l05587">CVC3::TheoryQuant::recMultMatch()</a>, <a class="el" href="theory__quant_8cpp_source.html#l05310">CVC3::TheoryQuant::recMultMatchDebug()</a>, <a class="el" href="theory__quant_8cpp_source.html#l05478">CVC3::TheoryQuant::recMultMatchOldWay()</a>, <a class="el" href="theory__quant_8cpp_source.html#l01763">CVC3::CompleteInstPreProcessor::recRewriteNot()</a>, <a class="el" href="theory__quant_8cpp_source.html#l02638">CVC3::TheoryQuant::registerTrig()</a>, <a class="el" href="theory__bitvector_8cpp_source.html#l00887">CVC3::TheoryBitvector::rewriteBV()</a>, <a class="el" href="bitvector__theorem__producer_8cpp_source.html#l03160">CVC3::BitvectorTheoremProducer::sameKidCheck()</a>, <a class="el" href="theory__quant_8cpp_source.html#l00998">CVC3::TheoryQuant::sendInstNew()</a>, <a class="el" href="expr__transform_8cpp_source.html#l00042">CVC3::ExprTransform::smartSimplify()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l00966">CVC3::TheoryArithOld::substAndCanonize()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l00736">CVC3::TheoryArithNew::substAndCanonize()</a>, <a class="el" href="theory__arith3_8cpp_source.html#l00987">CVC3::TheoryArith3::substAndCanonize()</a>, <a class="el" href="arith__theorem__producer__old_8cpp_source.html#l02530">CVC3::ArithTheoremProducerOld::substitute()</a>, <a class="el" href="arith__theorem__producer3_8cpp_source.html#l02328">CVC3::ArithTheoremProducer3::substitute()</a>, <a class="el" href="arith__theorem__producer_8cpp_source.html#l02353">CVC3::ArithTheoremProducer::substitute()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l05039">CVC3::TheoryArithOld::tryPropagate()</a>, <a class="el" href="expr__transform_8cpp_source.html#l00413">CVC3::ExprTransform::updateQueue()</a>, and <a class="el" href="theory__arith__old_8cpp_source.html#l01143">CVC3::TheoryArithOld::updateStats()</a>.</p>

</div>
</div>
<a class="anchor" id="af705ffda7fc59b727775311d21ee0e75"></a><!-- doxytag: member="CVC3::ExprMap::find" ref="af705ffda7fc59b727775311d21ee0e75" args="(const Expr &amp;e) const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1ExprMap_1_1const__iterator.html">const_iterator</a> <a class="el" href="classCVC3_1_1ExprMap.html">CVC3::ExprMap</a>&lt; Data &gt;::find </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> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__map_8h_source.html#l00195">195</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

</div>
</div>
<hr/><h2>Friends And Related Function Documentation</h2>
<a class="anchor" id="a319469b0a35fc68ed7ff75dcccc56359"></a><!-- doxytag: member="CVC3::ExprMap::operator==" ref="a319469b0a35fc68ed7ff75dcccc56359" args="(const ExprMap &amp;m1, const ExprMap &amp;m2)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">bool operator== </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1ExprMap.html">ExprMap</a>&lt; Data &gt; &amp;&#160;</td>
          <td class="paramname"><em>m1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1ExprMap.html">ExprMap</a>&lt; Data &gt; &amp;&#160;</td>
          <td class="paramname"><em>m2</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__map_8h_source.html#l00197">197</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

</div>
</div>
<a class="anchor" id="a84df2ed8e4e875eae591adb7c3d5f301"></a><!-- doxytag: member="CVC3::ExprMap::operator!=" ref="a84df2ed8e4e875eae591adb7c3d5f301" args="(const ExprMap &amp;m1, const ExprMap &amp;m2)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">bool operator!= </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1ExprMap.html">ExprMap</a>&lt; Data &gt; &amp;&#160;</td>
          <td class="paramname"><em>m1</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classCVC3_1_1ExprMap.html">ExprMap</a>&lt; Data &gt; &amp;&#160;</td>
          <td class="paramname"><em>m2</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__map_8h_source.html#l00200">200</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a6241e6eb48ce7304d0e1e73d57a0eb20"></a><!-- doxytag: member="CVC3::ExprMap::d_map" ref="a6241e6eb48ce7304d0e1e73d57a0eb20" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Data&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1ExprMap.html#a013b2551d6b935eb81e2157265973dea">ExprMapType</a> <a class="el" href="classCVC3_1_1ExprMap.html">CVC3::ExprMap</a>&lt; Data &gt;::<a class="el" href="classCVC3_1_1ExprMap.html#a6241e6eb48ce7304d0e1e73d57a0eb20">d_map</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="expr__map_8h_source.html#l00067">67</a> of file <a class="el" href="expr__map_8h_source.html">expr_map.h</a>.</p>

<p>Referenced by <a class="el" href="expr__map_8h_source.html#l00190">CVC3::ExprMap&lt; std::vector&lt; Expr &gt; &gt;::begin()</a>, <a class="el" href="expr__map_8h_source.html#l00175">CVC3::ExprMap&lt; std::vector&lt; Expr &gt; &gt;::clear()</a>, <a class="el" href="expr__map_8h_source.html#l00173">CVC3::ExprMap&lt; std::vector&lt; Expr &gt; &gt;::count()</a>, <a class="el" href="expr__map_8h_source.html#l00170">CVC3::ExprMap&lt; std::vector&lt; Expr &gt; &gt;::empty()</a>, <a class="el" href="expr__map_8h_source.html#l00191">CVC3::ExprMap&lt; std::vector&lt; Expr &gt; &gt;::end()</a>, <a class="el" href="expr__map_8h_source.html#l00178">CVC3::ExprMap&lt; std::vector&lt; Expr &gt; &gt;::erase()</a>, <a class="el" href="expr__map_8h_source.html#l00194">CVC3::ExprMap&lt; std::vector&lt; Expr &gt; &gt;::find()</a>, <a class="el" href="expr__map_8h_source.html#l00177">CVC3::ExprMap&lt; std::vector&lt; Expr &gt; &gt;::insert()</a>, <a class="el" href="expr__map_8h_source.html#l00174">CVC3::ExprMap&lt; std::vector&lt; Expr &gt; &gt;::operator[]()</a>, and <a class="el" href="expr__map_8h_source.html#l00171">CVC3::ExprMap&lt; std::vector&lt; Expr &gt; &gt;::size()</a>.</p>

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