1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 4<title>Boost.Pool</title> 5<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> 6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 7<link rel="home" href="index.html" title="Boost.Pool"> 8<link rel="next" href="boost_pool/pool.html" title="Introduction and Overview"> 9</head> 10<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 11<table cellpadding="2" width="100%"><tr> 12<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> 13<td align="center"><a href="../../../../index.html">Home</a></td> 14<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> 15<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 16<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 17<td align="center"><a href="../../../../more/index.htm">More</a></td> 18</tr></table> 19<hr> 20<div class="spirit-nav"><a accesskey="n" href="boost_pool/pool.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a></div> 21<div class="article"> 22<div class="titlepage"> 23<div> 24<div><h2 class="title"> 25<a name="boost_pool"></a>Boost.Pool</h2></div> 26<div><div class="authorgroup"><div class="author"><h3 class="author"> 27<span class="firstname">Stephen</span> <span class="surname">Cleary</span> 28</h3></div></div></div> 29<div><p class="copyright">Copyright © 2000-2006 Stephen Cleary</p></div> 30<div><p class="copyright">Copyright © 2011 Paul A. Bristow</p></div> 31<div><div class="legalnotice"> 32<a name="boost_pool.legal"></a><p> 33 Distributed under the Boost Software License, Version 1.0. (See accompanying 34 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>) 35 </p> 36</div></div> 37</div> 38<hr> 39</div> 40<div class="toc"> 41<p><b>Table of Contents</b></p> 42<dl class="toc"> 43<dt><span class="section"><a href="boost_pool/pool.html">Introduction and Overview</a></span></dt> 44<dd><dl> 45<dt><span class="section"><a href="boost_pool/pool/conventions.html">Documentation Naming and 46 Formatting Conventions</a></span></dt> 47<dt><span class="section"><a href="boost_pool/pool/introduction.html">Introduction</a></span></dt> 48<dt><span class="section"><a href="boost_pool/pool/usage.html">How do I use Pool?</a></span></dt> 49<dt><span class="section"><a href="boost_pool/pool/installation.html">Installation</a></span></dt> 50<dt><span class="section"><a href="boost_pool/pool/testing.html">Building the Test Programs</a></span></dt> 51<dt><span class="section"><a href="boost_pool/pool/interfaces.html">Boost Pool Interfaces - What 52 interfaces are provided and when to use each one.</a></span></dt> 53<dt><span class="section"><a href="boost_pool/pool/pooling.html">Pool in More Depth</a></span></dt> 54</dl></dd> 55<dt><span class="section"><a href="boost_pool_c___reference.html">Boost.Pool C++ Reference</a></span></dt> 56<dd><dl> 57<dt><span class="section"><a href="header/boost/pool/object_pool_hpp.html">Header <boost/pool/object_pool.hpp></a></span></dt> 58<dt><span class="section"><a href="header/boost/pool/pool_hpp.html">Header <boost/pool/pool.hpp></a></span></dt> 59<dt><span class="section"><a href="header/boost/pool/pool_alloc_hpp.html">Header <boost/pool/pool_alloc.hpp></a></span></dt> 60<dt><span class="section"><a href="header/boost/pool/poolfwd_hpp.html">Header <boost/pool/poolfwd.hpp></a></span></dt> 61<dt><span class="section"><a href="header/boost/pool/simple_segregated_storage_hpp.html">Header <boost/pool/simple_segregated_storage.hpp></a></span></dt> 62<dt><span class="section"><a href="header/boost/pool/singleton_pool_hpp.html">Header <boost/pool/singleton_pool.hpp></a></span></dt> 63</dl></dd> 64<dt><span class="section"><a href="boost_pool/appendices.html">Appendices</a></span></dt> 65<dd><dl> 66<dt><span class="section"><a href="boost_pool/appendices/history.html">Appendix A: History</a></span></dt> 67<dt><span class="section"><a href="boost_pool/appendices/faq.html">Appendix B: FAQ</a></span></dt> 68<dt><span class="section"><a href="boost_pool/appendices/acknowledgements.html">Appendix C: Acknowledgements</a></span></dt> 69<dt><span class="section"><a href="boost_pool/appendices/tests.html">Appendix D: Tests</a></span></dt> 70<dt><span class="section"><a href="boost_pool/appendices/tickets.html">Appendix E: Tickets</a></span></dt> 71<dt><span class="section"><a href="boost_pool/appendices/implementations.html">Appendix F: Other 72 Implementations</a></span></dt> 73<dt><span class="section"><a href="boost_pool/appendices/references.html">Appendix G: References</a></span></dt> 74<dt><span class="section"><a href="boost_pool/appendices/todo.html">Appendix H: Future plans</a></span></dt> 75</dl></dd> 76<dt><span class="section"><a href="boost_pool/indexes.html">Indexes</a></span></dt> 77<dd><dl> 78<dt><span class="section"><a href="boost_pool/indexes/s01.html">Function Index</a></span></dt> 79<dt><span class="section"><a href="boost_pool/indexes/s02.html">Class Index</a></span></dt> 80<dt><span class="section"><a href="boost_pool/indexes/s03.html">Typedef Index</a></span></dt> 81<dt><span class="section"><a href="boost_pool/indexes/s04.html">Index</a></span></dt> 82</dl></dd> 83</dl> 84</div> 85</div> 86<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 87<td align="left"><p><small>Last revised: August 11, 2020 at 14:59:44 GMT</small></p></td> 88<td align="right"><div class="copyright-footer"></div></td> 89</tr></table> 90<hr> 91<div class="spirit-nav"><a accesskey="n" href="boost_pool/pool.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a></div> 92</body> 93</html> 94