Sophie

Sophie

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

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: hash_table.h File 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><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#namespaces">Namespaces</a> &#124;
<a href="#define-members">Defines</a> &#124;
<a href="#typedef-members">Typedefs</a> &#124;
<a href="#func-members">Functions</a> &#124;
<a href="#var-members">Variables</a>  </div>
  <div class="headertitle">
<div class="title">hash_table.h File Reference</div>  </div>
</div>
<div class="contents">

<p>hash table implementation  
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &lt;vector&gt;</code><br/>
<code>#include &lt;string&gt;</code><br/>
<code>#include &lt;functional&gt;</code><br/>
<code>#include &lt;algorithm&gt;</code><br/>
<code>#include &quot;<a class="el" href="hash__fun_8h_source.html">hash_fun.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="os_8h_source.html">os.h</a>&quot;</code><br/>
</div>
<p><a href="hash__table_8h_source.html">Go to the source code of this file.</a></p>
<h2><a name="nested-classes"></a>
Classes</h2>
<ul>
<li>class <a class="el" href="classHash_1_1hash__table.html">Hash::hash_table&lt; _Key, _Value, _HashFcn, _EqualKey, _ExtractKey &gt;</a>
<li>struct <a class="el" href="structHash_1_1hash__table_1_1BucketNode.html">Hash::hash_table&lt; _Key, _Value, _HashFcn, _EqualKey, _ExtractKey &gt;::BucketNode</a>
<li>class <a class="el" href="classHash_1_1hash__table_1_1iterator.html">Hash::hash_table&lt; _Key, _Value, _HashFcn, _EqualKey, _ExtractKey &gt;::iterator</a>
<dl class="el"><dd class="mdescRight">inner classes  <a href="classHash_1_1hash__table_1_1iterator.html#details">More...</a><br/></dl><li>class <a class="el" href="classHash_1_1hash__table_1_1const__iterator.html">Hash::hash_table&lt; _Key, _Value, _HashFcn, _EqualKey, _ExtractKey &gt;::const_iterator</a>
</ul>
<h2><a name="namespaces"></a>
Namespaces</h2>
<ul>
<li>namespace <a class="el" href="namespaceHash.html">Hash</a>
</ul>
<h2><a name="define-members"></a>
Defines</h2>
<ul>
<li>#define <a class="el" href="hash__table_8h.html#a40dac3bdb2166ffc852ee8b1489d2b56">DebugAssert</a>(cond, str)
</ul>
<h2><a name="typedef-members"></a>
Typedefs</h2>
<ul>
<li>typedef size_t <a class="el" href="namespaceHash.html#a34e07ea2356b048f9871d1cfdf478da6">Hash::size_type</a>
</ul>
<h2><a name="func-members"></a>
Functions</h2>
<ul>
<li>size_type <a class="el" href="namespaceHash.html#ae59d4ed6f1ad169bdcc914168ce74c04">Hash::next_prime</a> (size_type n)
</ul>
<h2><a name="var-members"></a>
Variables</h2>
<ul>
<li>const size_type <a class="el" href="namespaceHash.html#ad82cc804178188cd35c373e97323da1f">Hash::num_primes</a> = 28
<dl class="el"><dd class="mdescRight">primes for increasing the hash table size  <a href="#ad82cc804178188cd35c373e97323da1f"></a><br/></dl><li>static const size_type <a class="el" href="namespaceHash.html#ad803517740157e5d73f9e863e80e1229">Hash::prime_list</a> [num_primes]
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>hash table implementation </p>
<p>Author: Alexander Fuchs</p>
<p>Created: Thu Oct 19 11:04:00 2006</p>
<hr/>
<p>License to use, copy, modify, sell and/or distribute this software and its documentation for any purpose is hereby granted without royalty, subject to the terms and conditions defined in the <a class="el" href="LICENSE.html">LICENSE</a> file provided with this distribution.</p>
<hr/>
 
<p>Definition in file <a class="el" href="hash__table_8h_source.html">hash_table.h</a>.</p>
</div><hr/><h2>Define Documentation</h2>
<a class="anchor" id="a40dac3bdb2166ffc852ee8b1489d2b56"></a><!-- doxytag: member="hash_table.h::DebugAssert" ref="a40dac3bdb2166ffc852ee8b1489d2b56" args="(cond, str)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define DebugAssert</td>
          <td>(</td>
          <td class="paramtype">&#160;</td>
          <td class="paramname">cond, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">&#160;</td>
          <td class="paramname">str&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="hash__table_8h_source.html#l00070">70</a> of file <a class="el" href="hash__table_8h_source.html">hash_table.h</a>.</p>

<p>Referenced by <a class="el" href="hash__table_8h_source.html#l00338">Hash::hash_table&lt; long, std::pair&lt; const long, bool &gt;, hash&lt; long &gt;, std::equal_to&lt; long &gt;, _Select1st&lt; std::pair&lt; const long, bool &gt; &gt; &gt;::assignTable()</a>, <a class="el" href="hash__table_8h_source.html#l00225">Hash::hash_table&lt; long, std::pair&lt; const long, bool &gt;, hash&lt; long &gt;, std::equal_to&lt; long &gt;, _Select1st&lt; std::pair&lt; const long, bool &gt; &gt; &gt;::getBucketByIndex()</a>, <a class="el" href="hash__table_8h_source.html#l00789">Hash::hash_table&lt; _Key, _Value, _HashFcn, _EqualKey, _ExtractKey &gt;::const_iterator::operator++()</a>, <a class="el" href="hash__table_8h_source.html#l00676">Hash::hash_table&lt; _Key, _Value, _HashFcn, _EqualKey, _ExtractKey &gt;::iterator::operator++()</a>, <a class="el" href="hash__table_8h_source.html#l00835">Hash::hash_table&lt; _Key, _Value, _HashFcn, _EqualKey, _ExtractKey &gt;::const_iterator::operator==()</a>, and <a class="el" href="hash__table_8h_source.html#l00723">Hash::hash_table&lt; _Key, _Value, _HashFcn, _EqualKey, _ExtractKey &gt;::iterator::operator==()</a>.</p>

</div>
</div>
</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>