mirror of
https://github.com/boostorg/multi_index.git
synced 2025-05-09 23:14:04 +00:00
allocator_utilities.hpp: added partial_std_allocator_wrapper::value_type composite_key.hpp: used hash_fwd.hpp auto_space.hpp: added support for non-standard allocators bidir_node_iterator.hpp: moved friend-injected operators out of class copy_map.hpp: added support for non-standard allocators hash_index_args.hpp: removed deprecated use of <boost/functional/hash/hash.hpp> hash_index_iterator.hpp: moved friend-injected operators our of class hash_index_node.hpp: added support for non-standard allocators header_holder.hpp:added support for non-standard allocators index_base.hpp: added support for non-standard allocators, added modify_rollback, added small improvement to modify index_loader.hpp: added support for non-standard allocators index_matcher.hpp: added support for non-standard allocators index_node_base.hpp: added support for non-standard allocators iter_adaptor.hpp: added some out-of-class operators to alleviate a MSVC++ 6.0 problem modify_key_adaptor.hpp: renamed some vars to accomudate broader usage scope node_type.hpp: added support for non-standard allocators ord_index_node.hpp: added support for non-standard allocators ord_index_ops.hpp: implemented a more efficient equal_range rnd_index_loader.hpp: added support for non-standard allocators rnd_index_node.hpp: added support for non-standard allocators rnd_index_ops.hpp: added support for non-standard allocators rnd_index_ptr_array.hpp: added support for non-standard allocators rnd_node_iterator.hpp: moved friend-injected operators out of class seq_index_node.hpp: added support for non-standard allocators seq_index_ops.hpp: added support for non-standard allocators uintptr_type.hpp: added support for __int64 unbounded.hpp: fixed ODR problem value_compare.hpp: fixed a small unefficiency global_fun: initial commit hashed_index.hpp: added support for non-standard allocators, added c[r]{begin|end}, [local_]iterator_to, rollback modify identity_fwd.hpp: fixed wrong include guard name key_extractors.hpp: added global_fun mem_fun.hpp: removed superfluous =0's ordered_index.hpp: added support for non-standard allocators, added c[r]{begin|end}, iterator_to, rollback modify, improved equal_range and range, added conformance to DR 233 random_access_index.hpp: added support for non-standard allocators, added c[r]{begin|end}, iterator_to, rollback modify, added conformance to 23.1.1/9 sequenced_index.hpp: added support for non-standard allocators, added c[r]{begin|end}, iterator_to, rollback modify, added conformance to 23.1.1/9, improved resize multi_index_container.hpp: added support for non-standard allocators, improved ctor_args_list, rollback modify acknowledgements.html: added entry for Boost 1.35 examples.html: renamed example 2, added B.IP example/composite_keys.cpp future_work.html: removed entry on bimap hash_indices.html: added c[r]{begin|end}, [local_]iterator_to, rollback modify reference/index.html: added global_fun reference/key_extraction.html: added global_fun, added technical correction multi_index_container.html: added support for non-standard allocators ord_indices.html: added c[r]{begin|end}, iterator_to, rollback modify rnd_indices.html: added c[r]{begin|end}, iterator_to, rollback modify seq_indices.html: added c[r]{begin|end}, iterator_to, rollback modify release_notes.html: added entry for Boost 1.35 tests.html: added new serialization test file basics.html: added rollback modify creation.html: added support for non-standard allocators tutorial/indices.html: added iterator_to tutorial/key_extraction.html: added global_fun composite_keys.cpp: fixed technicality fun_key.cpp: was memfun_key.cpp, added global_fun ip_allocator.cpp: initial commit example/Jamfile.v2: renamed memfun_key, added ip_allocator test_perf.cpp: fixed technicality employee.hpp: used a non-standard allocator test/Jamfile.v2: added new test file non_std_allocator.hpp: initial commit pair_of_ints.hpp: added decrement facilities test_capacity.cpp: added extra check on resize test_copy_assignment.cpp: added test for 23.1.1/9 test_iterators.cpp: added tests for c[r]{begin|end} and [local_]iterator_to, fixed technicality test_key_extractors.cpp: added tests for global_fun test_modifiers.cpp: added tests dor DR 233, fixed technicality test_range.cpp: added extra checks to secure range refactoring test_rearrange.cpp: fixed technicality test_serialization.cpp: added new test file test_serialization1.cpp: corrected include, used a non-standard allocator test_serialization2.cpp: corrected include, used a non-standard allocator, split some stuff ro test_serialization3.cpp test_serialization3.cpp: initial commit test_serialization3.hpp: initial commit test_serialization_template.hpp: removed some reliance on ADL test_update.cpp: addes tests for rollback modify, fixed technicality [SVN r39922]
141 lines
5.2 KiB
HTML
141 lines
5.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0.1 Transitional//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<title>Boost.MultiIndex Documentation - Reference</title>
|
|
<link rel="stylesheet" href="../style.css" type="text/css">
|
|
<link rel="start" href="../index.html">
|
|
<link rel="prev" href="../tutorial/techniques.html">
|
|
<link rel="up" href="../index.html">
|
|
<link rel="next" href="multi_index_container.html">
|
|
</head>
|
|
|
|
<body>
|
|
<h1><img src="../../../../boost.png" alt="boost.png (6897 bytes)" align=
|
|
"middle" width="277" height="86">Boost.MultiIndex Reference</h1>
|
|
|
|
<div class="prev_link"><a href="../tutorial/techniques.html"><img src="../prev.gif" alt="techniques" border="0"><br>
|
|
Tecnhiques
|
|
</a></div>
|
|
<div class="up_link"><a href="../index.html"><img src="../up.gif" alt="index" border="0"><br>
|
|
Index
|
|
</a></div>
|
|
<div class="next_link"><a href="multi_index_container.html"><img src="../next.gif" alt="multi_index_container reference" border="0"><br>
|
|
<code>multi_index_container</code> reference
|
|
</a></div><br clear="all" style="clear: all;">
|
|
|
|
<hr>
|
|
|
|
<h2>Contents</h2>
|
|
|
|
<ul>
|
|
<li><a href="#header_dependencies">Header dependencies</a></li>
|
|
<li><a href="multi_index_container.html">Class template <code>multi_index_container</code></a></li>
|
|
<li><a href="indices.html">Index reference</a></li>
|
|
<li><a href="ord_indices.html">Ordered indices</a></li>
|
|
<li><a href="hash_indices.html">Hashed indices</a></li>
|
|
<li><a href="seq_indices.html">Sequenced indices</a></li>
|
|
<li><a href="rnd_indices.html">Random access indices</a></li>
|
|
<li><a href="key_extraction.html">Key Extraction</a></li>
|
|
</ul>
|
|
|
|
<h2><a name="header_dependencies">Header dependencies</a></h2>
|
|
|
|
<p>
|
|
The following dependencies among headers of Boost.MultiIndex hold:
|
|
<ul>
|
|
<li><a href="multi_index_container.html#synopsis"><code>"boost/multi_index_container.hpp"</code></a>
|
|
includes
|
|
<ul>
|
|
<li><a href="indices.html#indexed_by_synopsis">
|
|
<code>"boost/multi_index/indexed_by.hpp"</code></a>.</li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="ord_indices.html#synopsis">
|
|
<code>"boost/multi_index/ordered_index.hpp"</code></a> includes
|
|
<ul>
|
|
<li><a href="indices.html#tag_synopsis">
|
|
<code>"boost/multi_index/tag.hpp"</code></a>.</li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="hash_indices.html#synopsis">
|
|
<code>"boost/multi_index/hashed_index.hpp"</code></a> includes
|
|
<ul>
|
|
<li><a href="indices.html#tag_synopsis">
|
|
<code>"boost/multi_index/tag.hpp"</code></a>.</li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="seq_indices.html#synopsis">
|
|
<code>"boost/multi_index/sequenced_index.hpp"</code></a> includes
|
|
<ul>
|
|
<li><a href="indices.html#tag_synopsis">
|
|
<code>"boost/multi_index/tag.hpp"</code></a>.</li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="rnd_indices.html#synopsis">
|
|
<code>"boost/multi_index/random_access_index.hpp"</code></a> includes
|
|
<ul>
|
|
<li><a href="indices.html#tag_synopsis">
|
|
<code>"boost/multi_index/tag.hpp"</code></a>.</li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="key_extraction.html#synopsis"><code>"boost/multi_index/key_extractors.hpp"</code></a>
|
|
includes
|
|
<ul>
|
|
<li><a href="key_extraction.html#identity_synopsis">
|
|
<code>"boost/multi_index/identity.hpp"</code></a>,</li>
|
|
<li><a href="key_extraction.html#member_synopsis">
|
|
<code>"boost/multi_index/member.hpp"</code></a>,</li>
|
|
<li><a href="key_extraction.html#mem_fun_synopsis">
|
|
<code>"boost/multi_index/mem_fun.hpp"</code></a>,</li>
|
|
<li><a href="key_extraction.html#global_fun_synopsis">
|
|
<code>"boost/multi_index/global_fun.hpp"</code></a> and</li>
|
|
<li><a href="key_extraction.html#composite_key_synopsis">
|
|
<code>"boost/multi_index/composite_key.hpp"</code></a>.</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
So, a program using Boost.MultiIndex must include
|
|
<a href="multi_index_container.html#synopsis">
|
|
<code>"boost/multi_index_container.hpp"</code></a>,
|
|
the headers defining the index types to be used and possibly one or more key
|
|
extraction headers for key-based indices. Note that all the key extractors
|
|
provided by Boost.MultiIndex are automatically included with
|
|
<a href="key_extraction.html#synopsis">
|
|
<code>"boost/multi_index/key_extractors.hpp"</code></a>.
|
|
</p>
|
|
|
|
<p>
|
|
In order to use the serialization capabilities of Boost.MultiIndex,
|
|
the appropriate Boost.Serialization library module must be linked. Other
|
|
than that, Boost.MultiIndex is a header-only library, requiring no additional
|
|
object modules.
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
<div class="prev_link"><a href="../tutorial/techniques.html"><img src="../prev.gif" alt="techniques" border="0"><br>
|
|
Tecnhiques
|
|
</a></div>
|
|
<div class="up_link"><a href="../index.html"><img src="../up.gif" alt="index" border="0"><br>
|
|
Index
|
|
</a></div>
|
|
<div class="next_link"><a href="multi_index_container.html"><img src="../next.gif" alt="multi_index_container reference" border="0"><br>
|
|
<code>multi_index_container</code> reference
|
|
</a></div><br clear="all" style="clear: all;">
|
|
|
|
<br>
|
|
|
|
<p>Revised June 19th 2007</p>
|
|
|
|
<p>© Copyright 2003-2007 Joaquín M López Muñoz.
|
|
Distributed under the Boost Software
|
|
License, Version 1.0. (See accompanying file <a href="../../../../LICENSE_1_0.txt">
|
|
LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
|
|
http://www.boost.org/LICENSE_1_0.txt</a>)
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|