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="../lockfree.html" title="Chapter 22. Boost.Lockfree"> 10<link rel="prev" href="rationale.html" title="Rationale"> 11<link rel="next" href="../boost/lockfree/allocator.html" title="Struct template allocator"> 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="rationale.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../lockfree.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/lockfree/allocator.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="lockfree.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.lockfree.policies_hpp">Header <boost/lockfree/policies.hpp></a></span></dt> 31<dt><span class="section"><a href="reference.html#header.boost.lockfree.queue_hpp">Header <boost/lockfree/queue.hpp></a></span></dt> 32<dt><span class="section"><a href="reference.html#header.boost.lockfree.spsc_queue_hpp">Header <boost/lockfree/spsc_queue.hpp></a></span></dt> 33<dt><span class="section"><a href="reference.html#header.boost.lockfree.stack_hpp">Header <boost/lockfree/stack.hpp></a></span></dt> 34</dl></div> 35<div class="section"> 36<div class="titlepage"><div><div><h3 class="title"> 37<a name="header.boost.lockfree.policies_hpp"></a>Header <<a href="../../../boost/lockfree/policies.hpp" target="_top">boost/lockfree/policies.hpp</a>></h3></div></div></div> 38<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> 39 <span class="keyword">namespace</span> <span class="identifier">lockfree</span> <span class="special">{</span> 40 <span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Alloc<span class="special">></span> <span class="keyword">struct</span> <a class="link" href="../boost/lockfree/allocator.html" title="Struct template allocator">allocator</a><span class="special">;</span> 41 <span class="keyword">template</span><span class="special"><</span><span class="identifier">size_t</span> Size<span class="special">></span> <span class="keyword">struct</span> <a class="link" href="../boost/lockfree/capacity.html" title="Struct template capacity">capacity</a><span class="special">;</span> 42 <span class="keyword">template</span><span class="special"><</span><span class="keyword">bool</span> IsFixedSized<span class="special">></span> <span class="keyword">struct</span> <a class="link" href="../boost/lockfree/fixed_sized.html" title="Struct template fixed_sized">fixed_sized</a><span class="special">;</span> 43 <span class="special">}</span> 44<span class="special">}</span></pre> 45</div> 46<div class="section"> 47<div class="titlepage"><div><div><h3 class="title"> 48<a name="header.boost.lockfree.queue_hpp"></a>Header <<a href="../../../boost/lockfree/queue.hpp" target="_top">boost/lockfree/queue.hpp</a>></h3></div></div></div> 49<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> 50 <span class="keyword">namespace</span> <span class="identifier">lockfree</span> <span class="special">{</span> 51 <span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">typename</span> <span class="special">...</span> Options<span class="special">></span> <span class="keyword">class</span> <a class="link" href="../boost/lockfree/queue.html" title="Class template queue">queue</a><span class="special">;</span> 52 <span class="special">}</span> 53<span class="special">}</span></pre> 54</div> 55<div class="section"> 56<div class="titlepage"><div><div><h3 class="title"> 57<a name="header.boost.lockfree.spsc_queue_hpp"></a>Header <<a href="../../../boost/lockfree/spsc_queue.hpp" target="_top">boost/lockfree/spsc_queue.hpp</a>></h3></div></div></div> 58<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> 59 <span class="keyword">namespace</span> <span class="identifier">lockfree</span> <span class="special">{</span> 60 <span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">typename</span> A0<span class="special">,</span> <span class="keyword">typename</span> A1<span class="special">></span> <span class="keyword">class</span> <a class="link" href="../boost/lockfree/spsc_queue.html" title="Class template spsc_queue">spsc_queue</a><span class="special">;</span> 61 <span class="special">}</span> 62<span class="special">}</span></pre> 63</div> 64<div class="section"> 65<div class="titlepage"><div><div><h3 class="title"> 66<a name="header.boost.lockfree.stack_hpp"></a>Header <<a href="../../../boost/lockfree/stack.hpp" target="_top">boost/lockfree/stack.hpp</a>></h3></div></div></div> 67<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> 68 <span class="keyword">namespace</span> <span class="identifier">lockfree</span> <span class="special">{</span> 69 <span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">typename</span> A0<span class="special">,</span> <span class="keyword">typename</span> A1<span class="special">,</span> <span class="keyword">typename</span> A2<span class="special">></span> <span class="keyword">class</span> <a class="link" href="../boost/lockfree/stack.html" title="Class template stack">stack</a><span class="special">;</span> 70 <span class="special">}</span> 71<span class="special">}</span></pre> 72</div> 73</div> 74<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 75<td align="left"></td> 76<td align="right"><div class="copyright-footer">Copyright © 2008-2011 Tim 77 Blechmann<p> 78 Distributed under the Boost Software License, Version 1.0. (See accompanying 79 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>) 80 </p> 81</div></td> 82</tr></table> 83<hr> 84<div class="spirit-nav"> 85<a accesskey="p" href="rationale.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../lockfree.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/lockfree/allocator.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> 86</div> 87</body> 88</html> 89