Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > c74ab286c3d46f9b82671d206e43a74b > files > 1565

libstdc++-docs-4.6.3-2.fc15.i686.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>libstdc++: Unordered Associative</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<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">libstdc++</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('a01161.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a>  </div>
  <div class="headertitle">
<div class="title">Unordered Associative</div>  </div>
<div class="ingroups"><a class="el" href="a01158.html">Containers</a></div></div>
<div class="contents">
<div class="dynheader">
Collaboration diagram for Unordered Associative:</div>
<div class="dyncontent">
<center><table><tr><td><img src="a01161.png" border="0" alt="" usemap="#a01161"/>
<map name="a01161" id="a01161">
<area shape="rect" id="node1" href="a01158.html" title="Containers" alt="" coords="5,5,88,35"/></map>
</td></tr></table></center>
</div>
<h2><a name="nested-classes"></a>
Classes</h2>
<ul>
<li>class <a class="el" href="a00733.html">std::unordered_map&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt;</a>
<dl class="el"><dd class="mdescRight">A standard container composed of unique keys (containing at most one of each key value) that associates values of another type with the keys.  <a href="a00733.html#details">More...</a><br/></dl><li>class <a class="el" href="a00734.html">std::unordered_multimap&lt; _Key, _Tp, _Hash, _Pred, _Alloc &gt;</a>
<dl class="el"><dd class="mdescRight">A standard container composed of equivalent keys (possibly containing multiple of each key value) that associates values of another type with the keys.  <a href="a00734.html#details">More...</a><br/></dl><li>class <a class="el" href="a00735.html">std::unordered_multiset&lt; _Value, _Hash, _Pred, _Alloc &gt;</a>
<dl class="el"><dd class="mdescRight">A standard container composed of equivalent keys (possibly containing multiple of each key value) in which the elements' keys are the elements themselves.  <a href="a00735.html#details">More...</a><br/></dl><li>class <a class="el" href="a00736.html">std::unordered_set&lt; _Value, _Hash, _Pred, _Alloc &gt;</a>
<dl class="el"><dd class="mdescRight">A standard container composed of unique keys (containing at most one of each key value) in which the elements' keys are the elements themselves.  <a href="a00736.html#details">More...</a><br/></dl></ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<p>Unordered associative containers allow fast retrieval of data based on keys.</p>
<p>Each container type is parameterized on a <code>Key</code> type, a <code>Hash</code> type providing a hashing functor, and an ordering relation used to sort the elements of the container.</p>
<p>All unordered associative containers must meet certain requirements, summarized in <a href="tables.html">tables</a>. </p>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="footer">Generated by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </li>
    </ul>
  </div>

</body>
</html>