Sophie

Sophie

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

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++: multimap.h File Reference</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('a00948.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a> &#124;
<a href="#namespaces">Namespaces</a> &#124;
<a href="#func-members">Functions</a>  </div>
  <div class="headertitle">
<div class="title">debug/multimap.h File Reference</div>  </div>
</div>
<div class="contents">

<p><a href="a00948_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="a00279.html">std::__debug::multimap&lt; _Key, _Tp, _Compare, _Allocator &gt;</a>
<dl class="el"><dd class="mdescRight">Class <a class="el" href="a00610.html" title="A standard container made up of (key,value) pairs, which can be retrieved based on a key...">std::multimap</a> with safety/checking/debug instrumentation.  <a href="a00279.html#details">More...</a><br/></dl></ul>
<h2><a name="namespaces"></a>
Namespaces</h2>
<ul>
<li>namespace <a class="el" href="a01137.html">std</a>
<li>namespace <a class="el" href="a01142.html">std::__debug</a>
</ul>
<h2><a name="func-members"></a>
Functions</h2>
<ul>
<li><a class="anchor" id="a9443283d7e73f5d6c6d94e83ebf4bd40"></a><!-- doxytag: member="debug/multimap.h::operator!=" ref="a9443283d7e73f5d6c6d94e83ebf4bd40" args="(const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; bool <b>std::__debug::operator!=</b> (const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="a3936f094d12e2eca051cd92b3de1cda8"></a><!-- doxytag: member="debug/multimap.h::operator&lt;" ref="a3936f094d12e2eca051cd92b3de1cda8" args="(const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; bool <b>std::__debug::operator&lt;</b> (const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="a8604b2ba193e1290a0147b2f09a92eb6"></a><!-- doxytag: member="debug/multimap.h::operator&lt;=" ref="a8604b2ba193e1290a0147b2f09a92eb6" args="(const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; bool <b>std::__debug::operator&lt;=</b> (const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="aa7aa6f6a0939267e0dfb0eeb8ece735b"></a><!-- doxytag: member="debug/multimap.h::operator==" ref="aa7aa6f6a0939267e0dfb0eeb8ece735b" args="(const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; bool <b>std::__debug::operator==</b> (const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="ac00c2b1b6cd84b37492e08d59c48c5d3"></a><!-- doxytag: member="debug/multimap.h::operator&gt;" ref="ac00c2b1b6cd84b37492e08d59c48c5d3" args="(const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; bool <b>std::__debug::operator&gt;</b> (const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="ae2d9fc63dcae99812a1246e8bd21452b"></a><!-- doxytag: member="debug/multimap.h::operator&gt;=" ref="ae2d9fc63dcae99812a1246e8bd21452b" args="(const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; bool <b>std::__debug::operator&gt;=</b> (const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, const multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
<li><a class="anchor" id="a03a14b0843fa74052d8d6d1947abfd0b"></a><!-- doxytag: member="debug/multimap.h::swap" ref="a03a14b0843fa74052d8d6d1947abfd0b" args="(multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)" -->
template&lt;typename _Key , typename _Tp , typename _Compare , typename _Allocator &gt; void <b>std::__debug::swap</b> (multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__lhs, multimap&lt; _Key, _Tp, _Compare, _Allocator &gt; &amp;__rhs)
</ul>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>This file is a GNU debug extension to the Standard C++ Library. </p>

<p>Definition in file <a class="el" href="a00948_source.html">debug/multimap.h</a>.</p>
</div></div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="a00948.html">multimap.h</a>      </li>
      <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>