summaryrefslogtreecommitdiff
path: root/doc/html/interprocess/architecture.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/interprocess/architecture.html')
-rw-r--r--doc/html/interprocess/architecture.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/interprocess/architecture.html b/doc/html/interprocess/architecture.html
index 9f68da581c..0c8af0776a 100644
--- a/doc/html/interprocess/architecture.html
+++ b/doc/html/interprocess/architecture.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../interprocess.html" title="Chapter&#160;18.&#160;Boost.Interprocess">
+<link rel="up" href="../interprocess.html" title="Chapter&#160;17.&#160;Boost.Interprocess">
<link rel="prev" href="interprocess_smart_ptr.html" title="Ownership smart pointers">
<link rel="next" href="customizing_interprocess.html" title="Customizing Boost.Interprocess">
</head>
@@ -265,7 +265,7 @@
The <span class="bold"><strong>Boost.Interprocess</strong></span> managed memory
segments that construct the shared memory/memory mapped file, place there
the segment manager and forward the user requests to the segment manager.
- For example, <code class="computeroutput"><a class="link" href="../boost/interprocess/basic_managed__idp43911744.html" title="Class template basic_managed_shared_memory">basic_managed_shared_memory</a></code>
+ For example, <code class="computeroutput"><a class="link" href="../boost/interprocess/basic_managed__idp62714784.html" title="Class template basic_managed_shared_memory">basic_managed_shared_memory</a></code>
is a <span class="bold"><strong>Boost.Interprocess</strong></span> managed memory
segment that works with shared memory. <code class="computeroutput"><a class="link" href="../boost/interprocess/basic_managed_mapped_file.html" title="Class template basic_managed_mapped_file">basic_managed_mapped_file</a></code>
works with memory mapped files, etc...
@@ -299,7 +299,7 @@
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
- <code class="computeroutput"><a class="link" href="../boost/interprocess/basic_managed__idp43911744.html" title="Class template basic_managed_shared_memory">basic_managed_shared_memory</a></code>
+ <code class="computeroutput"><a class="link" href="../boost/interprocess/basic_managed__idp62714784.html" title="Class template basic_managed_shared_memory">basic_managed_shared_memory</a></code>
(for shared memory).
</li>
<li class="listitem">
@@ -311,7 +311,7 @@
(for heap allocated memory).
</li>
<li class="listitem">
- <code class="computeroutput"><a class="link" href="../boost/interprocess/basic_managed__idp43803232.html" title="Class template basic_managed_external_buffer">basic_managed_external_buffer</a></code>
+ <code class="computeroutput"><a class="link" href="../boost/interprocess/basic_managed__idp62606272.html" title="Class template basic_managed_external_buffer">basic_managed_external_buffer</a></code>
(for user provided external buffer).
</li>
</ul></div>