ソースを参照

Added Boost.Interprocess and Boost.Intrusive to the documentation group

[SVN r38078]
Ion Gaztañaga 19 年 前
コミット
6467919309
1 ファイル変更6 行追加0 行削除
  1. 6 0
      libs/libraries.htm

+ 6 - 0
libs/libraries.htm

@@ -130,9 +130,12 @@ how to download, build, and install the libraries.</p>
         and a University of Notre Dame team.</li>
     <li><a href="integer/index.html">integer</a> - Headers to ease
         dealing with integral types.</li>
+    <li><a href="interprocess/index.html">interprocess </a>- Shared memory, memory mapped files, 
+    process-shared mutexes, condition variables, containers and allocators, from Ion Gazta&ntildeaga</li>
     <li><a href="numeric/interval/doc/interval.htm">interval </a>- Extends the
     usual arithmetic functions to mathematical intervals, from Guillaume
     Melquiond, Herv&acute; Br&ouml;nnimann and Sylvain Pion.</li>
+    <li><a href="intrusive/index.html">intrusive </a>- Intrusive containers and algorithms, from Ion Gazta&ntildeaga</li>
     <li><a href="utility/in_place_factories.html">in_place_factory, typed_in_place_factory</a>- Generic in-place construction of contained objects with a variadic argument-list, from Fernando Cacciola.</li>
     <li><a href="io/doc/ios_state.html">io state savers</a> - Save I/O state to
     prevent jumbled data, from Daryle Walker.</li>
@@ -303,6 +306,7 @@ how to download, build, and install the libraries.</p>
     <li><a href="graph/doc/table_of_contents.html">graph</a> -
         Generic graph components and algorithms, from Jeremy Siek
         and a University of Notre Dame team.</li>
+    <li><a href="intrusive/index.html">intrusive </a>- Intrusive containers and algorithms, from Ion Gazta&ntildeaga</li>
     <li><a href="multi_array/doc/index.html">multi_array</a> - Multidimensional
     containers and adaptors for arrays of contiguous data, from Ron Garcia.</li>
     <li><a href="multi_index/doc/index.html">multi_index</a> - Containers with
@@ -432,6 +436,8 @@ how to download, build, and install the libraries.</p>
 <h3><a name="Concurrent">Concurrent</a> Programming</h3>
 
 <ul>
+    <li><a href="interprocess/index.html">interprocess </a>- Shared memory, memory mapped files, 
+    process-shared mutexes, condition variables, containers and allocators, from Ion Gazta&ntildeaga</li>
     <li><a href="thread/doc/index.html">thread</a> - Portable C++
       multi-threading, from William Kempf.</li>
 </ul>

粤ICP备19079148号