boost/libs/bimap/doc/html/boost_bimap/test_suite.html
2021-10-05 21:37:46 +02:00

460 lines
13 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Test suite</title>
<link rel="stylesheet" href="../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="Chapter 1. Boost.Bimap">
<link rel="up" href="../index.html" title="Chapter 1. Boost.Bimap">
<link rel="prev" href="examples/multiindex_to_bimap_path___hashed_indices.html" title="MultiIndex to Bimap Path - Hashed indices">
<link rel="next" href="future_work.html" title="Future work">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="examples/multiindex_to_bimap_path___hashed_indices.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="future_work.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">
<a name="boost_bimap.test_suite"></a><a class="link" href="test_suite.html" title="Test suite">Test suite</a>
</h2></div></div></div>
<p>
The Boost.Bimap test suite exercises the whole spectrum of functionalities
provided by the library. Although the tests are not meant to serve as a learning
guide, the interested reader may find it useful to inspect the source code
to gain familiarity with some of the least common features offered by Boost.Bimap.
</p>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Program
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<a href="../../../test/test_tagged.cpp" target="_top">test_tagged.cpp </a>
</p>
</td>
<td>
<p>
Tagged idiom checks
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_mutant.cpp" target="_top">test_mutant.cpp </a>
</p>
</td>
<td>
<p>
Test the mutant idiom
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_structured_pair.cpp" target="_top">test_structured_pair.cpp
</a>
</p>
</td>
<td>
<p>
Test structured pair class
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_mutant_relation.cpp" target="_top">test_mutant_relation.cpp
</a>
</p>
</td>
<td>
<p>
Test the relation class
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_bimap_set_of.cpp" target="_top">test_bimap_set_of.cpp
</a>
</p>
</td>
<td>
<p>
Library interface check
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_bimap_multiset_of.cpp" target="_top">test_bimap_multiset_of.cpp
</a>
</p>
</td>
<td>
<p>
Library interface check
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_bimap_unordered_set_of.cpp" target="_top">test_bimap_unordered_set_of.cpp
</a>
</p>
</td>
<td>
<p>
Library interface check
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_bimap_unordered_multiset_of.cpp" target="_top">test_bimap_unordered_multiset_of.cpp
</a>
</p>
</td>
<td>
<p>
Library interface check
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_bimap_list_of.cpp" target="_top">test_bimap_list_of.cpp
</a>
</p>
</td>
<td>
<p>
Library interface check
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_bimap_vector_of.cpp" target="_top">test_bimap_vector_of.cpp
</a>
</p>
</td>
<td>
<p>
Library interface check
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_bimap_convenience_header.cpp" target="_top">test_bimap_convenience_header.cpp
</a>
</p>
</td>
<td>
<p>
Library interface check
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_bimap_ordered.cpp" target="_top">test_bimap_ordered.cpp
</a>
</p>
</td>
<td>
<p>
Test set and multiset based bimaps
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_bimap_unordered.cpp" target="_top">test_bimap_unordered.cpp
</a>
</p>
</td>
<td>
<p>
Test unordered_set and unordered_multiset based bimaps
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_bimap_sequenced.cpp" target="_top">test_bimap_sequenced.cpp
</a>
</p>
</td>
<td>
<p>
Test list and vector based bimaps
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_bimap_unconstrained.cpp" target="_top">test_bimap_unconstrained.cpp
</a>
</p>
</td>
<td>
<p>
Test bimaps with unconstrained views
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_bimap_serialization.cpp" target="_top">test_bimap_serialization.cpp
</a>
</p>
</td>
<td>
<p>
Serialization support checks
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_bimap_property_map.cpp" target="_top">test_bimap_property_map.cpp
</a>
</p>
</td>
<td>
<p>
Property map concepts for the set and unordered set views
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_bimap_modify.cpp" target="_top">test_bimap_modify.cpp
</a>
</p>
</td>
<td>
<p>
<code class="computeroutput"><span class="identifier">replace</span></code>, <code class="computeroutput"><span class="identifier">modify</span></code> and <code class="computeroutput"><span class="keyword">operator</span><span class="special">[]</span></code>
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_bimap_lambda.cpp" target="_top">test_bimap_lambda.cpp
</a>
</p>
</td>
<td>
<p>
Test lambda modified idom support
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_bimap_assign.cpp" target="_top">test_bimap_assign.cpp
</a>
</p>
</td>
<td>
<p>
Test Boost.Assign support
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_bimap_project.cpp" target="_top">test_bimap_project.cpp
</a>
</p>
</td>
<td>
<p>
Projection of iterators support
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_bimap_operator_bracket.cpp" target="_top">test_bimap_operator_bracket.cpp
</a>
</p>
</td>
<td>
<p>
<code class="computeroutput"><span class="keyword">operator</span><span class="special">[]</span></code>
and <code class="computeroutput"><span class="identifier">at</span><span class="special">()</span></code>
functions
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_bimap_info.cpp" target="_top">test_bimap_info.cpp
</a>
</p>
</td>
<td>
<p>
Information hooking support
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/test_bimap_extra.cpp" target="_top">test_bimap_extra.cpp
</a>
</p>
</td>
<td>
<p>
Additional checks
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/compile_fail/test_bimap_info_1.cpp" target="_top">test_bimap_info_1.cpp
</a>
</p>
</td>
<td>
<p>
Information hooking compilation fail test
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/compile_fail/test_bimap_info_2.cpp" target="_top">test_bimap_info_2.cpp
</a>
</p>
</td>
<td>
<p>
Information hooking compilation fail test
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/compile_fail/test_bimap_info_3.cpp" target="_top">test_bimap_info_3.cpp
</a>
</p>
</td>
<td>
<p>
Information hooking compilation fail test
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/compile_fail/test_bimap_mutable_1.cpp" target="_top">test_bimap_mutable_1.cpp
</a>
</p>
</td>
<td>
<p>
Mutable members compilation fail test
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/compile_fail/test_bimap_mutable_2.cpp" target="_top">test_bimap_mutable_2.cpp
</a>
</p>
</td>
<td>
<p>
Mutable members compilation fail test
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../test/compile_fail/test_bimap_mutable_3.cpp" target="_top">test_bimap_mutable_3.cpp
</a>
</p>
</td>
<td>
<p>
Mutable members compilation fail test
</p>
</td>
</tr>
</tbody>
</table></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2006-2012 Matias Capeletto<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
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>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="examples/multiindex_to_bimap_path___hashed_indices.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="future_work.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>