1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5<title>Reference</title> 6<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css"> 7<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 8<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> 9<link rel="up" href="../heap.html" title="Chapter 17. Boost.Heap"> 10<link rel="prev" href="data_structures.html" title="Data Structures"> 11<link rel="next" href="../boost/heap/binomial_heap.html" title="Class template binomial_heap"> 12</head> 13<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 14<table cellpadding="2" width="100%"><tr> 15<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td> 16<td align="center"><a href="../../../index.html">Home</a></td> 17<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td> 18<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 19<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 20<td align="center"><a href="../../../more/index.htm">More</a></td> 21</tr></table> 22<hr> 23<div class="spirit-nav"> 24<a accesskey="p" href="data_structures.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../heap.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../boost/heap/binomial_heap.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> 25</div> 26<div class="section"> 27<div class="titlepage"><div><div><h2 class="title" style="clear: both"> 28<a name="heap.reference"></a>Reference</h2></div></div></div> 29<div class="toc"><dl class="toc"> 30<dt><span class="section"><a href="reference.html#header.boost.heap.binomial_heap_hpp">Header <boost/heap/binomial_heap.hpp></a></span></dt> 31<dt><span class="section"><a href="reference.html#header.boost.heap.d_ary_heap_hpp">Header <boost/heap/d_ary_heap.hpp></a></span></dt> 32<dt><span class="section"><a href="reference.html#header.boost.heap.fibonacci_heap_hpp">Header <boost/heap/fibonacci_heap.hpp></a></span></dt> 33<dt><span class="section"><a href="reference.html#header.boost.heap.heap_concepts_hpp">Header <boost/heap/heap_concepts.hpp></a></span></dt> 34<dt><span class="section"><a href="reference.html#header.boost.heap.heap_merge_hpp">Header <boost/heap/heap_merge.hpp></a></span></dt> 35<dt><span class="section"><a href="reference.html#header.boost.heap.pairing_heap_hpp">Header <boost/heap/pairing_heap.hpp></a></span></dt> 36<dt><span class="section"><a href="reference.html#header.boost.heap.policies_hpp">Header <boost/heap/policies.hpp></a></span></dt> 37<dt><span class="section"><a href="reference.html#header.boost.heap.priority_queue_hpp">Header <boost/heap/priority_queue.hpp></a></span></dt> 38<dt><span class="section"><a href="reference.html#header.boost.heap.skew_heap_hpp">Header <boost/heap/skew_heap.hpp></a></span></dt> 39</dl></div> 40<div class="section"> 41<div class="titlepage"><div><div><h3 class="title"> 42<a name="header.boost.heap.binomial_heap_hpp"></a>Header <<a href="../../../boost/heap/binomial_heap.hpp" target="_top">boost/heap/binomial_heap.hpp</a>></h3></div></div></div> 43<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> 44 <span class="keyword">namespace</span> <span class="identifier">heap</span> <span class="special">{</span> 45 <span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">class</span> <span class="special">...</span> Options<span class="special">></span> <span class="keyword">class</span> <a class="link" href="../boost/heap/binomial_heap.html" title="Class template binomial_heap">binomial_heap</a><span class="special">;</span> 46 <span class="special">}</span> 47<span class="special">}</span></pre> 48</div> 49<div class="section"> 50<div class="titlepage"><div><div><h3 class="title"> 51<a name="header.boost.heap.d_ary_heap_hpp"></a>Header <<a href="../../../boost/heap/d_ary_heap.hpp" target="_top">boost/heap/d_ary_heap.hpp</a>></h3></div></div></div> 52<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> 53 <span class="keyword">namespace</span> <span class="identifier">heap</span> <span class="special">{</span> 54 <span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">class</span> <span class="special">...</span> Options<span class="special">></span> <span class="keyword">class</span> <a class="link" href="../boost/heap/d_ary_heap.html" title="Class template d_ary_heap">d_ary_heap</a><span class="special">;</span> 55 <span class="special">}</span> 56<span class="special">}</span></pre> 57</div> 58<div class="section"> 59<div class="titlepage"><div><div><h3 class="title"> 60<a name="header.boost.heap.fibonacci_heap_hpp"></a>Header <<a href="../../../boost/heap/fibonacci_heap.hpp" target="_top">boost/heap/fibonacci_heap.hpp</a>></h3></div></div></div> 61<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> 62 <span class="keyword">namespace</span> <span class="identifier">heap</span> <span class="special">{</span> 63 <span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">class</span> <span class="special">...</span> Options<span class="special">></span> <span class="keyword">class</span> <a class="link" href="../boost/heap/fibonacci_heap.html" title="Class template fibonacci_heap">fibonacci_heap</a><span class="special">;</span> 64 <span class="special">}</span> 65<span class="special">}</span></pre> 66</div> 67<div class="section"> 68<div class="titlepage"><div><div><h3 class="title"> 69<a name="header.boost.heap.heap_concepts_hpp"></a>Header <<a href="../../../boost/heap/heap_concepts.hpp" target="_top">boost/heap/heap_concepts.hpp</a>></h3></div></div></div> 70<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> 71 <span class="keyword">namespace</span> <span class="identifier">heap</span> <span class="special">{</span> 72 <span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> C<span class="special">></span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/MergablePriorityQueue.html" title="Struct template MergablePriorityQueue">MergablePriorityQueue</a><span class="special">;</span> 73 <span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> C<span class="special">></span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/MutablePriorityQueue.html" title="Struct template MutablePriorityQueue">MutablePriorityQueue</a><span class="special">;</span> 74 <span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> C<span class="special">></span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/PriorityQueue.html" title="Struct template PriorityQueue">PriorityQueue</a><span class="special">;</span> 75 <span class="special">}</span> 76<span class="special">}</span></pre> 77</div> 78<div class="section"> 79<div class="titlepage"><div><div><h3 class="title"> 80<a name="header.boost.heap.heap_merge_hpp"></a>Header <<a href="../../../boost/heap/heap_merge.hpp" target="_top">boost/heap/heap_merge.hpp</a>></h3></div></div></div> 81<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> 82 <span class="keyword">namespace</span> <span class="identifier">heap</span> <span class="special">{</span> 83 <span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Heap1<span class="special">,</span> <span class="keyword">typename</span> Heap2<span class="special">></span> <span class="keyword">void</span> <a class="link" href="../boost/heap/heap_merge.html" title="Function template heap_merge"><span class="identifier">heap_merge</span></a><span class="special">(</span><span class="identifier">Heap1</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">Heap2</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span> 84 <span class="special">}</span> 85<span class="special">}</span></pre> 86</div> 87<div class="section"> 88<div class="titlepage"><div><div><h3 class="title"> 89<a name="header.boost.heap.pairing_heap_hpp"></a>Header <<a href="../../../boost/heap/pairing_heap.hpp" target="_top">boost/heap/pairing_heap.hpp</a>></h3></div></div></div> 90<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> 91 <span class="keyword">namespace</span> <span class="identifier">heap</span> <span class="special">{</span> 92 <span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">class</span> <span class="special">...</span> Options<span class="special">></span> <span class="keyword">class</span> <a class="link" href="../boost/heap/pairing_heap.html" title="Class template pairing_heap">pairing_heap</a><span class="special">;</span> 93 <span class="special">}</span> 94<span class="special">}</span></pre> 95</div> 96<div class="section"> 97<div class="titlepage"><div><div><h3 class="title"> 98<a name="header.boost.heap.policies_hpp"></a>Header <<a href="../../../boost/heap/policies.hpp" target="_top">boost/heap/policies.hpp</a>></h3></div></div></div> 99<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> 100 <span class="keyword">namespace</span> <span class="identifier">heap</span> <span class="special">{</span> 101 <span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T<span class="special">></span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/allocator.html" title="Struct template allocator">allocator</a><span class="special">;</span> 102 <span class="keyword">template</span><span class="special"><</span><span class="keyword">unsigned</span> <span class="keyword">int</span> T<span class="special">></span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/arity.html" title="Struct template arity">arity</a><span class="special">;</span> 103 <span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T<span class="special">></span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/compare.html" title="Struct template compare">compare</a><span class="special">;</span> 104 <span class="keyword">template</span><span class="special"><</span><span class="keyword">bool</span> T<span class="special">></span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/constant_time_size.html" title="Struct template constant_time_size">constant_time_size</a><span class="special">;</span> 105 <span class="keyword">template</span><span class="special"><</span><span class="keyword">bool</span> T<span class="special">></span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/mutable_.html" title="Struct template mutable_">mutable_</a><span class="special">;</span> 106 <span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> IntType<span class="special">></span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/stability_counter_type.html" title="Struct template stability_counter_type">stability_counter_type</a><span class="special">;</span> 107 <span class="keyword">template</span><span class="special"><</span><span class="keyword">bool</span> T<span class="special">></span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/stable.html" title="Struct template stable">stable</a><span class="special">;</span> 108 <span class="keyword">template</span><span class="special"><</span><span class="keyword">bool</span> T<span class="special">></span> <span class="keyword">struct</span> <a class="link" href="../boost/heap/store_parent_pointer.html" title="Struct template store_parent_pointer">store_parent_pointer</a><span class="special">;</span> 109 <span class="special">}</span> 110<span class="special">}</span></pre> 111</div> 112<div class="section"> 113<div class="titlepage"><div><div><h3 class="title"> 114<a name="header.boost.heap.priority_queue_hpp"></a>Header <<a href="../../../boost/heap/priority_queue.hpp" target="_top">boost/heap/priority_queue.hpp</a>></h3></div></div></div> 115<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> 116 <span class="keyword">namespace</span> <span class="identifier">heap</span> <span class="special">{</span> 117 <span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">class</span> <span class="special">...</span> Options<span class="special">></span> <span class="keyword">class</span> <a class="link" href="../boost/heap/priority_queue.html" title="Class template priority_queue">priority_queue</a><span class="special">;</span> 118 <span class="special">}</span> 119<span class="special">}</span></pre> 120</div> 121<div class="section"> 122<div class="titlepage"><div><div><h3 class="title"> 123<a name="header.boost.heap.skew_heap_hpp"></a>Header <<a href="../../../boost/heap/skew_heap.hpp" target="_top">boost/heap/skew_heap.hpp</a>></h3></div></div></div> 124<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> 125 <span class="keyword">namespace</span> <span class="identifier">heap</span> <span class="special">{</span> 126 <span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">class</span> <span class="special">...</span> Options<span class="special">></span> <span class="keyword">class</span> <a class="link" href="../boost/heap/skew_heap.html" title="Class template skew_heap">skew_heap</a><span class="special">;</span> 127 <span class="special">}</span> 128<span class="special">}</span></pre> 129</div> 130</div> 131<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 132<td align="left"></td> 133<td align="right"><div class="copyright-footer">Copyright © 2010, 2011 Tim Blechmann<p> 134 Distributed under the Boost Software License, Version 1.0. (See accompanying 135 file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) 136 </p> 137</div></td> 138</tr></table> 139<hr> 140<div class="spirit-nav"> 141<a accesskey="p" href="data_structures.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../heap.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../boost/heap/binomial_heap.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> 142</div> 143</body> 144</html> 145