summaryrefslogtreecommitdiff
path: root/doc/html/lockfree/reference.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/lockfree/reference.html')
-rw-r--r--doc/html/lockfree/reference.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/lockfree/reference.html b/doc/html/lockfree/reference.html
index b34ffc17a6..62e4ae2a99 100644
--- a/doc/html/lockfree/reference.html
+++ b/doc/html/lockfree/reference.html
@@ -8,7 +8,7 @@
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../lockfree.html" title="Chapter&#160;22.&#160;Boost.Lockfree">
<link rel="prev" href="rationale.html" title="Rationale">
-<link rel="next" href="../boost/lockfree/fixed_sized.html" title="Struct template fixed_sized">
+<link rel="next" href="../boost/lockfree/allocator.html" title="Struct template allocator">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -21,7 +21,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<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/fixed_sized.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
+<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>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
@@ -37,9 +37,9 @@
<a name="header.boost.lockfree.policies_hpp"></a>Header &lt;<a href="../../../boost/lockfree/policies.hpp" target="_top">boost/lockfree/policies.hpp</a>&gt;</h3></div></div></div>
<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span>
<span class="keyword">namespace</span> <span class="identifier">lockfree</span> <span class="special">{</span>
- <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">bool</span> IsFixedSized<span class="special">&gt;</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>
- <span class="keyword">template</span><span class="special">&lt;</span><span class="identifier">size_t</span> Size<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../boost/lockfree/capacity.html" title="Struct template capacity">capacity</a><span class="special">;</span>
<span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Alloc<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../boost/lockfree/allocator.html" title="Struct template allocator">allocator</a><span class="special">;</span>
+ <span class="keyword">template</span><span class="special">&lt;</span><span class="identifier">size_t</span> Size<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="../boost/lockfree/capacity.html" title="Struct template capacity">capacity</a><span class="special">;</span>
+ <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">bool</span> IsFixedSized<span class="special">&gt;</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>
<span class="special">}</span>
<span class="special">}</span></pre>
</div>
@@ -48,7 +48,7 @@
<a name="header.boost.lockfree.queue_hpp"></a>Header &lt;<a href="../../../boost/lockfree/queue.hpp" target="_top">boost/lockfree/queue.hpp</a>&gt;</h3></div></div></div>
<pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span>
<span class="keyword">namespace</span> <span class="identifier">lockfree</span> <span class="special">{</span>
- <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">typename</span><span class="special">...</span> Options<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="../boost/lockfree/queue.html" title="Class template queue">queue</a><span class="special">;</span>
+ <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">typename</span> <span class="special">...</span> Options<span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="../boost/lockfree/queue.html" title="Class template queue">queue</a><span class="special">;</span>
<span class="special">}</span>
<span class="special">}</span></pre>
</div>
@@ -82,7 +82,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<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/fixed_sized.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
+<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>
</div>
</body>
</html>