Sophie

Sophie

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

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::CDMap&lt; Key, Data, HashFcn &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_1CDMap.html">CDMap</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#pub-types">Public Types</a> &#124;
<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::CDMap&lt; Key, Data, HashFcn &gt; Class Template Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="CVC3::CDMap" --><!-- doxytag: inherits="CVC3::ContextObj" -->
<p><code>#include &lt;<a class="el" href="cdmap_8h_source.html">cdmap.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for CVC3::CDMap&lt; Key, Data, HashFcn &gt;:</div>
<div class="dyncontent">
 <div class="center">
  <img src="classCVC3_1_1CDMap.png" usemap="#CVC3::CDMap&lt; Key, Data, HashFcn &gt;_map" alt=""/>
  <map id="CVC3::CDMap&lt; Key, Data, HashFcn &gt;_map" name="CVC3::CDMap&lt; Key, Data, HashFcn &gt;_map">
<area href="classCVC3_1_1ContextObj.html" alt="CVC3::ContextObj" shape="rect" coords="0,0,236,24"/>
</map>
 </div></div>

<p><a href="classCVC3_1_1CDMap-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_1CDMap_1_1iterator.html">iterator</a>
<li>class <a class="el" href="classCVC3_1_1CDMap_1_1orderedIterator.html">orderedIterator</a>
</ul>
<h2><a name="pub-types"></a>
Public Types</h2>
<ul>
<li>typedef <a class="el" href="classCVC3_1_1CDOmap.html">CDOmap</a>&lt; Key, Data, <br class="typebreak"/>
HashFcn &gt; &amp; <a class="el" href="classCVC3_1_1CDMap.html#a6c68c9f0b50ad730fd683a82142286c5">ElementReference</a>
</ul>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classCVC3_1_1CDMap.html#aa106cb45af8d6c95fc1af494fe81ad8c">CDMap</a> (<a class="el" href="classCVC3_1_1Context.html">Context</a> *context, int scope=-1)
<li><a class="el" href="classCVC3_1_1CDMap.html#ad191415bd4472a96eee83342dc277b16">~CDMap</a> ()
<li>size_t <a class="el" href="classCVC3_1_1CDMap.html#a2cf256af978e1a3bf82407a13ba85c13">size</a> () const 
<li>size_t <a class="el" href="classCVC3_1_1CDMap.html#af5f700035db0db798c645e36dd0b31bd">count</a> (const Key &amp;k) const 
<li><a class="el" href="classCVC3_1_1CDOmap.html">CDOmap</a>&lt; Key, Data, HashFcn &gt; &amp; <a class="el" href="classCVC3_1_1CDMap.html#ad774e30f2396830dbdcad0e7874d8d01">operator[]</a> (const Key &amp;k)
<li>void <a class="el" href="classCVC3_1_1CDMap.html#a664a15046de83b0af599f488cb420022">insert</a> (const Key &amp;k, const Data &amp;d, int scope=-1)
<li><a class="el" href="classCVC3_1_1CDMap_1_1iterator.html">iterator</a> <a class="el" href="classCVC3_1_1CDMap.html#a5d57eb1210dab2fadcd85a2f01e6d6d1">begin</a> () const 
<li><a class="el" href="classCVC3_1_1CDMap_1_1iterator.html">iterator</a> <a class="el" href="classCVC3_1_1CDMap.html#a2a26c7cc4db12cb17d273db5cfa5a890">end</a> () const 
<li><a class="el" href="classCVC3_1_1CDMap_1_1orderedIterator.html">orderedIterator</a> <a class="el" href="classCVC3_1_1CDMap.html#a691443b59a497f6223eae64a2801f5d4">orderedBegin</a> () const 
<li><a class="el" href="classCVC3_1_1CDMap_1_1orderedIterator.html">orderedIterator</a> <a class="el" href="classCVC3_1_1CDMap.html#aac337d308e248fd61acf392c7151c9e3">orderedEnd</a> () const 
<li><a class="el" href="classCVC3_1_1CDMap_1_1iterator.html">iterator</a> <a class="el" href="classCVC3_1_1CDMap.html#a1cadecbd2d6fa614a2f2e9419aa43f33">find</a> (const Key &amp;k) const 
</ul>
<h2><a name="pri-methods"></a>
Private Member Functions</h2>
<ul>
<li>virtual <a class="el" href="classCVC3_1_1ContextObj.html">ContextObj</a> * <a class="el" href="classCVC3_1_1CDMap.html#aa4ff8e99983ef020ad28d075a26f8ac9">makeCopy</a> (<a class="el" href="classCVC3_1_1ContextMemoryManager.html">ContextMemoryManager</a> *cmm)
<dl class="el"><dd class="mdescRight">Make a copy of the current object so it can be restored to its current state.  <a href="#aa4ff8e99983ef020ad28d075a26f8ac9"></a><br/></dl><li>virtual void <a class="el" href="classCVC3_1_1CDMap.html#a3dd8677771f90789863f269a9aa5a8d1">restoreData</a> (<a class="el" href="classCVC3_1_1ContextObj.html">ContextObj</a> *data)
<dl class="el"><dd class="mdescRight">Restore the current object from the given data.  <a href="#a3dd8677771f90789863f269a9aa5a8d1"></a><br/></dl><li>void <a class="el" href="classCVC3_1_1CDMap.html#af131d2f086aaa773a4b5cb974981fbd1">emptyTrash</a> ()
<li>virtual void <a class="el" href="classCVC3_1_1CDMap.html#a3b888175c3f8d8fc72b123bec0aa26dd">setNull</a> (void)
<dl class="el"><dd class="mdescRight">Set the current object to be invalid.  <a href="#a3b888175c3f8d8fc72b123bec0aa26dd"></a><br/></dl></ul>
<h2><a name="pri-attribs"></a>
Private Attributes</h2>
<ul>
<li><a class="el" href="classHash_1_1hash__map.html">std::hash_map</a>&lt; Key, <a class="el" href="classCVC3_1_1CDOmap.html">CDOmap</a><br class="typebreak"/>
&lt; Key, Data, HashFcn &gt;<br class="typebreak"/>
 *, HashFcn &gt; <a class="el" href="classCVC3_1_1CDMap.html#aa3c164468ec918e162d32e61923d801a">d_map</a>
<li>std::vector&lt; <a class="el" href="classCVC3_1_1CDOmap.html">CDOmap</a>&lt; Key, Data, <br class="typebreak"/>
HashFcn &gt; * &gt; <a class="el" href="classCVC3_1_1CDMap.html#adb60ed769538893e144be417fbf0ca7a">d_trash</a>
<li><a class="el" href="classCVC3_1_1CDOmap.html">CDOmap</a>&lt; Key, Data, HashFcn &gt; * <a class="el" href="classCVC3_1_1CDMap.html#ae4eb2f926a51da1446bddc0881cd4684">d_first</a>
<li><a class="el" href="classCVC3_1_1Context.html">Context</a> * <a class="el" href="classCVC3_1_1CDMap.html#a73a962c2f1cf6cee5464dc210ac199c7">d_context</a>
</ul>
<h2><a name="friends"></a>
Friends</h2>
<ul>
<li>class <a class="el" href="classCVC3_1_1CDMap.html#aedc58e9ee87b9fa4235d4698e7a0937b">CDOmap&lt; Key, Data, HashFcn &gt;</a>
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><h3>template&lt;class Key, class Data, class HashFcn&gt;<br/>
class CVC3::CDMap&lt; Key, Data, HashFcn &gt;</h3>


<p>Definition at line <a class="el" href="cdmap_8h_source.html#l00128">128</a> of file <a class="el" href="cdmap_8h_source.html">cdmap.h</a>.</p>
</div><hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="a6c68c9f0b50ad730fd683a82142286c5"></a><!-- doxytag: member="CVC3::CDMap::ElementReference" ref="a6c68c9f0b50ad730fd683a82142286c5" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="classCVC3_1_1CDOmap.html">CDOmap</a>&lt;Key, Data, HashFcn&gt;&amp; <a class="el" href="classCVC3_1_1CDMap.html">CVC3::CDMap</a>&lt; Key, Data, HashFcn &gt;::<a class="el" href="classCVC3_1_1CDOmap.html">ElementReference</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

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

</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="aa106cb45af8d6c95fc1af494fe81ad8c"></a><!-- doxytag: member="CVC3::CDMap::CDMap" ref="aa106cb45af8d6c95fc1af494fe81ad8c" args="(Context *context, int scope=&#45;1)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1CDMap.html">CVC3::CDMap</a>&lt; Key, Data, HashFcn &gt;::<a class="el" href="classCVC3_1_1CDMap.html">CDMap</a> </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1Context.html">Context</a> *&#160;</td>
          <td class="paramname"><em>context</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>scope</em> = <code>-1</code>&#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="cdmap_8h_source.html#l00165">165</a> of file <a class="el" href="cdmap_8h_source.html">cdmap.h</a>.</p>

</div>
</div>
<a class="anchor" id="ad191415bd4472a96eee83342dc277b16"></a><!-- doxytag: member="CVC3::CDMap::~CDMap" ref="ad191415bd4472a96eee83342dc277b16" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1CDMap.html">CVC3::CDMap</a>&lt; Key, Data, HashFcn &gt;::~<a class="el" href="classCVC3_1_1CDMap.html">CDMap</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="cdmap_8h_source.html#l00169">169</a> of file <a class="el" href="cdmap_8h_source.html">cdmap.h</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="aa4ff8e99983ef020ad28d075a26f8ac9"></a><!-- doxytag: member="CVC3::CDMap::makeCopy" ref="aa4ff8e99983ef020ad28d075a26f8ac9" args="(ContextMemoryManager *cmm)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="classCVC3_1_1ContextObj.html">ContextObj</a>* <a class="el" href="classCVC3_1_1CDMap.html">CVC3::CDMap</a>&lt; Key, Data, HashFcn &gt;::makeCopy </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1ContextMemoryManager.html">ContextMemoryManager</a> *&#160;</td>
          <td class="paramname"><em>cmm</em></td><td>)</td>
          <td><code> [inline, private, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Make a copy of the current object so it can be restored to its current state. </p>

<p>Implements <a class="el" href="classCVC3_1_1ContextObj.html#a11da9a588638bb9c3fdbd5218dfdf9c6">CVC3::ContextObj</a>.</p>

<p>Definition at line <a class="el" href="cdmap_8h_source.html#l00138">138</a> of file <a class="el" href="cdmap_8h_source.html">cdmap.h</a>.</p>

</div>
</div>
<a class="anchor" id="a3dd8677771f90789863f269a9aa5a8d1"></a><!-- doxytag: member="CVC3::CDMap::restoreData" ref="a3dd8677771f90789863f269a9aa5a8d1" args="(ContextObj *data)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">virtual void <a class="el" href="classCVC3_1_1CDMap.html">CVC3::CDMap</a>&lt; Key, Data, HashFcn &gt;::restoreData </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classCVC3_1_1ContextObj.html">ContextObj</a> *&#160;</td>
          <td class="paramname"><em>data</em></td><td>)</td>
          <td><code> [inline, private, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Restore the current object from the given data. </p>

<p>Reimplemented from <a class="el" href="classCVC3_1_1ContextObj.html#a37109b576b9dbaeee06f37cdc78f1a2e">CVC3::ContextObj</a>.</p>

<p>Definition at line <a class="el" href="cdmap_8h_source.html#l00141">141</a> of file <a class="el" href="cdmap_8h_source.html">cdmap.h</a>.</p>

</div>
</div>
<a class="anchor" id="af131d2f086aaa773a4b5cb974981fbd1"></a><!-- doxytag: member="CVC3::CDMap::emptyTrash" ref="af131d2f086aaa773a4b5cb974981fbd1" args="()" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classCVC3_1_1CDMap.html">CVC3::CDMap</a>&lt; Key, Data, HashFcn &gt;::emptyTrash </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="cdmap_8h_source.html#l00144">144</a> of file <a class="el" href="cdmap_8h_source.html">cdmap.h</a>.</p>

<p>Referenced by <a class="el" href="cdmap_8h_source.html#l00190">CVC3::CDMap&lt; Expr, Expr, HashFcn &gt;::insert()</a>, <a class="el" href="cdmap_8h_source.html#l00177">CVC3::CDMap&lt; Expr, Expr, HashFcn &gt;::operator[]()</a>, and <a class="el" href="cdmap_8h_source.html#l00153">CVC3::CDMap&lt; Expr, Expr, HashFcn &gt;::setNull()</a>.</p>

</div>
</div>
<a class="anchor" id="a3b888175c3f8d8fc72b123bec0aa26dd"></a><!-- doxytag: member="CVC3::CDMap::setNull" ref="a3b888175c3f8d8fc72b123bec0aa26dd" args="(void)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">virtual void <a class="el" href="classCVC3_1_1CDMap.html">CVC3::CDMap</a>&lt; Key, Data, HashFcn &gt;::setNull </td>
          <td>(</td>
          <td class="paramtype">void&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline, private, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set the current object to be invalid. </p>

<p>Implements <a class="el" href="classCVC3_1_1ContextObj.html#ac20b3e11a5fac338e4d859f08283e3bf">CVC3::ContextObj</a>.</p>

<p>Definition at line <a class="el" href="cdmap_8h_source.html#l00153">153</a> of file <a class="el" href="cdmap_8h_source.html">cdmap.h</a>.</p>

<p>Referenced by <a class="el" href="cdmap_8h_source.html#l00169">CVC3::CDMap&lt; Expr, Expr, HashFcn &gt;::~CDMap()</a>.</p>

</div>
</div>
<a class="anchor" id="a2cf256af978e1a3bf82407a13ba85c13"></a><!-- doxytag: member="CVC3::CDMap::size" ref="a2cf256af978e1a3bf82407a13ba85c13" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">size_t <a class="el" href="classCVC3_1_1CDMap.html">CVC3::CDMap</a>&lt; Key, Data, HashFcn &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="cdmap_8h_source.html#l00171">171</a> of file <a class="el" href="cdmap_8h_source.html">cdmap.h</a>.</p>

<p>Referenced by <a class="el" href="search__fast_8cpp_source.html#l01445">CVC3::SearchEngineFast::addNonLiteralFact()</a>, and <a class="el" href="theory__core_8cpp_source.html#l03528">CVC3::TheoryCore::incomplete()</a>.</p>

</div>
</div>
<a class="anchor" id="af5f700035db0db798c645e36dd0b31bd"></a><!-- doxytag: member="CVC3::CDMap::count" ref="af5f700035db0db798c645e36dd0b31bd" args="(const Key &amp;k) const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">size_t <a class="el" href="classCVC3_1_1CDMap.html">CVC3::CDMap</a>&lt; Key, Data, HashFcn &gt;::count </td>
          <td>(</td>
          <td class="paramtype">const Key &amp;&#160;</td>
          <td class="paramname"><em>k</em></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="cdmap_8h_source.html#l00172">172</a> of file <a class="el" href="cdmap_8h_source.html">cdmap.h</a>.</p>

<p>Referenced by <a class="el" href="search__fast_8cpp_source.html#l01445">CVC3::SearchEngineFast::addNonLiteralFact()</a>, <a class="el" href="theory__array_8cpp_source.html#l00078">CVC3::TheoryArray::addSharedTerm()</a>, <a class="el" href="search__impl__base_8cpp_source.html#l00723">CVC3::SearchImplBase::addToCNFCache()</a>, <a class="el" href="search__simple_8cpp_source.html#l00165">CVC3::SearchSimple::checkValidInternal()</a>, <a class="el" href="search__fast_8cpp_source.html#l01697">CVC3::SearchEngineFast::checkValidInternal()</a>, <a class="el" href="search__impl__base_8cpp_source.html#l00371">CVC3::SearchImplBase::enqueueCNFrec()</a>, <a class="el" href="search__impl__base_8cpp_source.html#l00213">CVC3::SearchImplBase::isAssumption()</a>, <a class="el" href="search__fast_8cpp_source.html#l01594">CVC3::SearchEngineFast::isAssumption()</a>, <a class="el" href="search__impl__base_8h_source.html#l00165">CVC3::SearchImplBase::isCNFVar()</a>, <a class="el" href="search__impl__base_8cpp_source.html#l00179">CVC3::SearchImplBase::newIntAssumption()</a>, <a class="el" href="theory__quant_8cpp_source.html#l08565">CVC3::TheoryQuant::recursiveMap()</a>, <a class="el" href="search__simple_8cpp_source.html#l00207">CVC3::SearchSimple::restartInternal()</a>, <a class="el" href="search__fast_8cpp_source.html#l01750">CVC3::SearchEngineFast::restartInternal()</a>, <a class="el" href="theory__array_8cpp_source.html#l00490">CVC3::TheoryArray::setup()</a>, <a class="el" href="theory__quant_8cpp_source.html#l06981">CVC3::TheoryQuant::trans2Found()</a>, <a class="el" href="theory__quant_8cpp_source.html#l06973">CVC3::TheoryQuant::transFound()</a>, and <a class="el" href="theory__array_8cpp_source.html#l00550">CVC3::TheoryArray::update()</a>.</p>

</div>
</div>
<a class="anchor" id="ad774e30f2396830dbdcad0e7874d8d01"></a><!-- doxytag: member="CVC3::CDMap::operator[]" ref="ad774e30f2396830dbdcad0e7874d8d01" args="(const Key &amp;k)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1CDOmap.html">CDOmap</a>&lt;Key, Data, HashFcn&gt;&amp; <a class="el" href="classCVC3_1_1CDMap.html">CVC3::CDMap</a>&lt; Key, Data, HashFcn &gt;::operator[] </td>
          <td>(</td>
          <td class="paramtype">const Key &amp;&#160;</td>
          <td class="paramname"><em>k</em></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

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

</div>
</div>
<a class="anchor" id="a664a15046de83b0af599f488cb420022"></a><!-- doxytag: member="CVC3::CDMap::insert" ref="a664a15046de83b0af599f488cb420022" args="(const Key &amp;k, const Data &amp;d, int scope=&#45;1)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">void <a class="el" href="classCVC3_1_1CDMap.html">CVC3::CDMap</a>&lt; Key, Data, HashFcn &gt;::insert </td>
          <td>(</td>
          <td class="paramtype">const Key &amp;&#160;</td>
          <td class="paramname"><em>k</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const Data &amp;&#160;</td>
          <td class="paramname"><em>d</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>scope</em> = <code>-1</code>&#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="cdmap_8h_source.html#l00190">190</a> of file <a class="el" href="cdmap_8h_source.html">cdmap.h</a>.</p>

<p>Referenced by <a class="el" href="search__fast_8cpp_source.html#l01530">CVC3::SearchEngineFast::addLiteralFact()</a>, <a class="el" href="search__impl__base_8cpp_source.html#l00723">CVC3::SearchImplBase::addToCNFCache()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l03388">CVC3::TheoryArithNew::boundsAsString()</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="search__fast_8cpp_source.html#l00549">CVC3::SearchEngineFast::recordFact()</a>, <a class="el" href="theory__core_8cpp_source.html#l04180">CVC3::TheoryCore::setIncomplete()</a>, <a class="el" href="common__theorem__producer_8cpp_source.html#l01223">CVC3::CommonTheoremProducer::skolemize()</a>, and <a class="el" href="common__theorem__producer_8cpp_source.html#l01250">CVC3::CommonTheoremProducer::varIntroSkolem()</a>.</p>

</div>
</div>
<a class="anchor" id="a5d57eb1210dab2fadcd85a2f01e6d6d1"></a><!-- doxytag: member="CVC3::CDMap::begin" ref="a5d57eb1210dab2fadcd85a2f01e6d6d1" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1CDMap_1_1iterator.html">iterator</a> <a class="el" href="classCVC3_1_1CDMap.html">CVC3::CDMap</a>&lt; Key, Data, HashFcn &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="cdmap_8h_source.html#l00257">257</a> of file <a class="el" href="cdmap_8h_source.html">cdmap.h</a>.</p>

<p>Referenced by <a class="el" href="theory__arith__new_8cpp_source.html#l03388">CVC3::TheoryArithNew::boundsAsString()</a>, <a class="el" href="search__fast_8cpp_source.html#l01624">CVC3::SearchEngineFast::checkValidMain()</a>, <a class="el" href="theory__core_8cpp_source.html#l03528">CVC3::TheoryCore::incomplete()</a>, <a class="el" href="theory__quant_8cpp_source.html#l04075">CVC3::TheoryQuant::matchListOld()</a>, <a class="el" href="search__impl__base_8cpp_source.html#l00141">CVC3::SearchImplBase::newUserAssumption()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l02726">CVC3::TheoryArithOld::refineCounterExample()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l01298">CVC3::TheoryArithNew::refineCounterExample()</a>, and <a class="el" href="theory__arith3_8cpp_source.html#l02147">CVC3::TheoryArith3::refineCounterExample()</a>.</p>

</div>
</div>
<a class="anchor" id="a2a26c7cc4db12cb17d273db5cfa5a890"></a><!-- doxytag: member="CVC3::CDMap::end" ref="a2a26c7cc4db12cb17d273db5cfa5a890" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1CDMap_1_1iterator.html">iterator</a> <a class="el" href="classCVC3_1_1CDMap.html">CVC3::CDMap</a>&lt; Key, Data, HashFcn &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="cdmap_8h_source.html#l00258">258</a> of file <a class="el" href="cdmap_8h_source.html">cdmap.h</a>.</p>

<p>Referenced by <a class="el" href="theory__datatype_8cpp_source.html#l00191">CVC3::TheoryDatatype::addSharedTerm()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l02472">CVC3::TheoryArithOld::addSharedTerm()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l01241">CVC3::TheoryArithOld::addToBuffer()</a>, <a class="el" href="search__impl__base_8cpp_source.html#l00563">CVC3::SearchImplBase::applyCNFRules()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00201">CVC3::TheoryDatatype::assertFact()</a>, <a class="el" href="theory__bitvector_8cpp_source.html#l00359">CVC3::TheoryBitvector::bitBlastTerm()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l03388">CVC3::TheoryArithNew::boundsAsString()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l01237">CVC3::TheoryDatatype::canCollapse()</a>, <a class="el" href="theory__uf_8cpp_source.html#l00156">CVC3::TheoryUF::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__arith__old_8cpp_source.html#l02606">CVC3::TheoryArithOld::checkSat()</a>, <a class="el" href="search__fast_8cpp_source.html#l01624">CVC3::SearchEngineFast::checkValidMain()</a>, <a class="el" href="theory__quant_8cpp_source.html#l04210">CVC3::TheoryQuant::combineOldNewTrigs()</a>, <a class="el" href="theory__arith3_8cpp_source.html#l01571">CVC3::TheoryArith3::currentMaxCoefficient()</a>, <a class="el" href="theory__quant_8cpp_source.html#l00633">CVC3::TheoryQuant::enqueueInst()</a>, <a class="el" href="search__impl__base_8cpp_source.html#l00750">CVC3::SearchImplBase::findInCNFCache()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l03117">CVC3::TheoryArithNew::getBeta()</a>, <a class="el" href="search__sat_8cpp_source.html#l00304">CVC3::SearchSat::getExplanation()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l05463">CVC3::TheoryArithOld::getLowerBound()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l03082">CVC3::TheoryArithNew::getLowerBound()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l03098">CVC3::TheoryArithNew::getLowerBoundThm()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l05391">CVC3::TheoryArithOld::getUpperBound()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l03090">CVC3::TheoryArithNew::getUpperBound()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l03107">CVC3::TheoryArithNew::getUpperBoundThm()</a>, <a class="el" href="theory__core_8cpp_source.html#l03528">CVC3::TheoryCore::incomplete()</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__arith__old_8cpp_source.html#l05692">CVC3::TheoryArithOld::isConstrainedAbove()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l05746">CVC3::TheoryArithOld::isConstrainedBelow()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l05895">CVC3::TheoryArithOld::isUnconstrained()</a>, <a class="el" href="theory__quant_8cpp_source.html#l04075">CVC3::TheoryQuant::matchListOld()</a>, <a class="el" href="theory__datatype__lazy_8cpp_source.html#l00123">CVC3::TheoryDatatypeLazy::mergeLabels()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00144">CVC3::TheoryDatatype::mergeLabels()</a>, <a class="el" href="search__impl__base_8cpp_source.html#l00141">CVC3::SearchImplBase::newUserAssumption()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l02726">CVC3::TheoryArithOld::refineCounterExample()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l01298">CVC3::TheoryArithNew::refineCounterExample()</a>, <a class="el" href="theory__arith3_8cpp_source.html#l02147">CVC3::TheoryArith3::refineCounterExample()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l04662">CVC3::TheoryArithOld::registerAtom()</a>, <a class="el" href="search__impl__base_8cpp_source.html#l00804">CVC3::SearchImplBase::replaceITE()</a>, <a class="el" href="theory__datatype__lazy_8cpp_source.html#l00246">CVC3::TheoryDatatypeLazy::setup()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00339">CVC3::TheoryDatatype::setup()</a>, <a class="el" href="common__theorem__producer_8cpp_source.html#l01223">CVC3::CommonTheoremProducer::skolemize()</a>, <a class="el" href="theory__quant_8cpp_source.html#l07258">CVC3::TheoryQuant::synNewInst()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00359">CVC3::TheoryDatatype::update()</a>, <a class="el" href="theory__bitvector_8cpp_source.html#l02695">CVC3::TheoryBitvector::update()</a>, <a class="el" href="theory__array_8cpp_source.html#l00550">CVC3::TheoryArray::update()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l03390">CVC3::TheoryArithOld::update()</a>, <a class="el" href="theory__arith3_8cpp_source.html#l01085">CVC3::TheoryArith3::updateStats()</a>, and <a class="el" href="common__theorem__producer_8cpp_source.html#l01250">CVC3::CommonTheoremProducer::varIntroSkolem()</a>.</p>

</div>
</div>
<a class="anchor" id="a691443b59a497f6223eae64a2801f5d4"></a><!-- doxytag: member="CVC3::CDMap::orderedBegin" ref="a691443b59a497f6223eae64a2801f5d4" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1CDMap_1_1orderedIterator.html">orderedIterator</a> <a class="el" href="classCVC3_1_1CDMap.html">CVC3::CDMap</a>&lt; Key, Data, HashFcn &gt;::orderedBegin </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="cdmap_8h_source.html#l00300">300</a> of file <a class="el" href="cdmap_8h_source.html">cdmap.h</a>.</p>

<p>Referenced by <a class="el" href="search__impl__base_8cpp_source.html#l00205">CVC3::SearchImplBase::getAssumptions()</a>, <a class="el" href="search__impl__base_8cpp_source.html#l00197">CVC3::SearchImplBase::getInternalAssumptions()</a>, and <a class="el" href="search__impl__base_8cpp_source.html#l00189">CVC3::SearchImplBase::getUserAssumptions()</a>.</p>

</div>
</div>
<a class="anchor" id="aac337d308e248fd61acf392c7151c9e3"></a><!-- doxytag: member="CVC3::CDMap::orderedEnd" ref="aac337d308e248fd61acf392c7151c9e3" args="() const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1CDMap_1_1orderedIterator.html">orderedIterator</a> <a class="el" href="classCVC3_1_1CDMap.html">CVC3::CDMap</a>&lt; Key, Data, HashFcn &gt;::orderedEnd </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="cdmap_8h_source.html#l00301">301</a> of file <a class="el" href="cdmap_8h_source.html">cdmap.h</a>.</p>

<p>Referenced by <a class="el" href="search__impl__base_8cpp_source.html#l00205">CVC3::SearchImplBase::getAssumptions()</a>, <a class="el" href="search__impl__base_8cpp_source.html#l00197">CVC3::SearchImplBase::getInternalAssumptions()</a>, and <a class="el" href="search__impl__base_8cpp_source.html#l00189">CVC3::SearchImplBase::getUserAssumptions()</a>.</p>

</div>
</div>
<a class="anchor" id="a1cadecbd2d6fa614a2f2e9419aa43f33"></a><!-- doxytag: member="CVC3::CDMap::find" ref="a1cadecbd2d6fa614a2f2e9419aa43f33" args="(const Key &amp;k) const " -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1CDMap_1_1iterator.html">iterator</a> <a class="el" href="classCVC3_1_1CDMap.html">CVC3::CDMap</a>&lt; Key, Data, HashFcn &gt;::find </td>
          <td>(</td>
          <td class="paramtype">const Key &amp;&#160;</td>
          <td class="paramname"><em>k</em></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="cdmap_8h_source.html#l00303">303</a> of file <a class="el" href="cdmap_8h_source.html">cdmap.h</a>.</p>

<p>Referenced by <a class="el" href="theory__datatype_8cpp_source.html#l00191">CVC3::TheoryDatatype::addSharedTerm()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l02472">CVC3::TheoryArithOld::addSharedTerm()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l01241">CVC3::TheoryArithOld::addToBuffer()</a>, <a class="el" href="search__impl__base_8cpp_source.html#l00563">CVC3::SearchImplBase::applyCNFRules()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00201">CVC3::TheoryDatatype::assertFact()</a>, <a class="el" href="theory__bitvector_8cpp_source.html#l00359">CVC3::TheoryBitvector::bitBlastTerm()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l01237">CVC3::TheoryDatatype::canCollapse()</a>, <a class="el" href="theory__uf_8cpp_source.html#l00156">CVC3::TheoryUF::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__arith__old_8cpp_source.html#l02606">CVC3::TheoryArithOld::checkSat()</a>, <a class="el" href="theory__quant_8cpp_source.html#l04210">CVC3::TheoryQuant::combineOldNewTrigs()</a>, <a class="el" href="theory__arith3_8cpp_source.html#l01571">CVC3::TheoryArith3::currentMaxCoefficient()</a>, <a class="el" href="theory__quant_8cpp_source.html#l00633">CVC3::TheoryQuant::enqueueInst()</a>, <a class="el" href="search__impl__base_8cpp_source.html#l00750">CVC3::SearchImplBase::findInCNFCache()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l03117">CVC3::TheoryArithNew::getBeta()</a>, <a class="el" href="search__sat_8cpp_source.html#l00304">CVC3::SearchSat::getExplanation()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l05463">CVC3::TheoryArithOld::getLowerBound()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l03082">CVC3::TheoryArithNew::getLowerBound()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l03098">CVC3::TheoryArithNew::getLowerBoundThm()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l05391">CVC3::TheoryArithOld::getUpperBound()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l03090">CVC3::TheoryArithNew::getUpperBound()</a>, <a class="el" href="theory__arith__new_8cpp_source.html#l03107">CVC3::TheoryArithNew::getUpperBoundThm()</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__arith__old_8cpp_source.html#l05692">CVC3::TheoryArithOld::isConstrainedAbove()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l05746">CVC3::TheoryArithOld::isConstrainedBelow()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l05895">CVC3::TheoryArithOld::isUnconstrained()</a>, <a class="el" href="theory__datatype__lazy_8cpp_source.html#l00123">CVC3::TheoryDatatypeLazy::mergeLabels()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00144">CVC3::TheoryDatatype::mergeLabels()</a>, <a class="el" href="search__impl__base_8cpp_source.html#l00141">CVC3::SearchImplBase::newUserAssumption()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l04662">CVC3::TheoryArithOld::registerAtom()</a>, <a class="el" href="search__impl__base_8cpp_source.html#l00804">CVC3::SearchImplBase::replaceITE()</a>, <a class="el" href="theory__datatype__lazy_8cpp_source.html#l00246">CVC3::TheoryDatatypeLazy::setup()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00339">CVC3::TheoryDatatype::setup()</a>, <a class="el" href="common__theorem__producer_8cpp_source.html#l01223">CVC3::CommonTheoremProducer::skolemize()</a>, <a class="el" href="theory__quant_8cpp_source.html#l07258">CVC3::TheoryQuant::synNewInst()</a>, <a class="el" href="theory__datatype_8cpp_source.html#l00359">CVC3::TheoryDatatype::update()</a>, <a class="el" href="theory__bitvector_8cpp_source.html#l02695">CVC3::TheoryBitvector::update()</a>, <a class="el" href="theory__array_8cpp_source.html#l00550">CVC3::TheoryArray::update()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l03390">CVC3::TheoryArithOld::update()</a>, <a class="el" href="theory__arith3_8cpp_source.html#l01085">CVC3::TheoryArith3::updateStats()</a>, <a class="el" href="theory__arith__old_8cpp_source.html#l00116">CVC3::TheoryArithOld::updateSubsumptionDB()</a>, <a class="el" href="theory__arith3_8cpp_source.html#l00111">CVC3::TheoryArith3::updateSubsumptionDB()</a>, and <a class="el" href="common__theorem__producer_8cpp_source.html#l01250">CVC3::CommonTheoremProducer::varIntroSkolem()</a>.</p>

</div>
</div>
<hr/><h2>Friends And Related Function Documentation</h2>
<a class="anchor" id="aedc58e9ee87b9fa4235d4698e7a0937b"></a><!-- doxytag: member="CVC3::CDMap::CDOmap&lt; Key, Data, HashFcn &gt;" ref="aedc58e9ee87b9fa4235d4698e7a0937b" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">friend class <a class="el" href="classCVC3_1_1CDOmap.html">CDOmap</a>&lt; Key, Data, HashFcn &gt;<code> [friend]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="cdmap_8h_source.html#l00129">129</a> of file <a class="el" href="cdmap_8h_source.html">cdmap.h</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="aa3c164468ec918e162d32e61923d801a"></a><!-- doxytag: member="CVC3::CDMap::d_map" ref="aa3c164468ec918e162d32e61923d801a" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classHash_1_1hash__map.html">std::hash_map</a>&lt;Key,<a class="el" href="classCVC3_1_1CDOmap.html">CDOmap</a>&lt;Key, Data, HashFcn&gt;*,HashFcn&gt; <a class="el" href="classCVC3_1_1CDMap.html">CVC3::CDMap</a>&lt; Key, Data, HashFcn &gt;::<a class="el" href="classCVC3_1_1CDMap.html#aa3c164468ec918e162d32e61923d801a">d_map</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="cdmap_8h_source.html#l00131">131</a> of file <a class="el" href="cdmap_8h_source.html">cdmap.h</a>.</p>

<p>Referenced by <a class="el" href="cdmap_8h_source.html#l00257">CVC3::CDMap&lt; Expr, Expr, HashFcn &gt;::begin()</a>, <a class="el" href="cdmap_8h_source.html#l00172">CVC3::CDMap&lt; Expr, Expr, HashFcn &gt;::count()</a>, <a class="el" href="cdmap_8h_source.html#l00258">CVC3::CDMap&lt; Expr, Expr, HashFcn &gt;::end()</a>, <a class="el" href="cdmap_8h_source.html#l00303">CVC3::CDMap&lt; Expr, Expr, HashFcn &gt;::find()</a>, <a class="el" href="cdmap_8h_source.html#l00190">CVC3::CDMap&lt; Expr, Expr, HashFcn &gt;::insert()</a>, <a class="el" href="cdmap_8h_source.html#l00177">CVC3::CDMap&lt; Expr, Expr, HashFcn &gt;::operator[]()</a>, <a class="el" href="cdmap_8h_source.html#l00153">CVC3::CDMap&lt; Expr, Expr, HashFcn &gt;::setNull()</a>, and <a class="el" href="cdmap_8h_source.html#l00171">CVC3::CDMap&lt; Expr, Expr, HashFcn &gt;::size()</a>.</p>

</div>
</div>
<a class="anchor" id="adb60ed769538893e144be417fbf0ca7a"></a><!-- doxytag: member="CVC3::CDMap::d_trash" ref="adb60ed769538893e144be417fbf0ca7a" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">std::vector&lt;<a class="el" href="classCVC3_1_1CDOmap.html">CDOmap</a>&lt;Key, Data, HashFcn&gt;*&gt; <a class="el" href="classCVC3_1_1CDMap.html">CVC3::CDMap</a>&lt; Key, Data, HashFcn &gt;::<a class="el" href="classCVC3_1_1CDMap.html#adb60ed769538893e144be417fbf0ca7a">d_trash</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="cdmap_8h_source.html#l00133">133</a> of file <a class="el" href="cdmap_8h_source.html">cdmap.h</a>.</p>

<p>Referenced by <a class="el" href="cdmap_8h_source.html#l00144">CVC3::CDMap&lt; Expr, Expr, HashFcn &gt;::emptyTrash()</a>.</p>

</div>
</div>
<a class="anchor" id="ae4eb2f926a51da1446bddc0881cd4684"></a><!-- doxytag: member="CVC3::CDMap::d_first" ref="ae4eb2f926a51da1446bddc0881cd4684" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1CDOmap.html">CDOmap</a>&lt;Key, Data, HashFcn&gt;* <a class="el" href="classCVC3_1_1CDMap.html">CVC3::CDMap</a>&lt; Key, Data, HashFcn &gt;::<a class="el" href="classCVC3_1_1CDMap.html#ae4eb2f926a51da1446bddc0881cd4684">d_first</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="cdmap_8h_source.html#l00134">134</a> of file <a class="el" href="cdmap_8h_source.html">cdmap.h</a>.</p>

<p>Referenced by <a class="el" href="cdmap_8h_source.html#l00300">CVC3::CDMap&lt; Expr, Expr, HashFcn &gt;::orderedBegin()</a>.</p>

</div>
</div>
<a class="anchor" id="a73a962c2f1cf6cee5464dc210ac199c7"></a><!-- doxytag: member="CVC3::CDMap::d_context" ref="a73a962c2f1cf6cee5464dc210ac199c7" args="" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class Key, class Data, class HashFcn&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCVC3_1_1Context.html">Context</a>* <a class="el" href="classCVC3_1_1CDMap.html">CVC3::CDMap</a>&lt; Key, Data, HashFcn &gt;::<a class="el" href="classCVC3_1_1CDMap.html#a73a962c2f1cf6cee5464dc210ac199c7">d_context</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="cdmap_8h_source.html#l00135">135</a> of file <a class="el" href="cdmap_8h_source.html">cdmap.h</a>.</p>

<p>Referenced by <a class="el" href="cdmap_8h_source.html#l00190">CVC3::CDMap&lt; Expr, Expr, HashFcn &gt;::insert()</a>, and <a class="el" href="cdmap_8h_source.html#l00177">CVC3::CDMap&lt; Expr, Expr, HashFcn &gt;::operator[]()</a>.</p>

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