]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/flyweight/doc/tests.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / flyweight / doc / tests.html
CommitLineData
7c673cae
FG
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0.1 Transitional//EN">
2
3<html>
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6<title>Boost.Flyweight Documentation - Tests</title>
7<link rel="stylesheet" href="style.css" type="text/css">
8<link rel="start" href="index.html">
9<link rel="prev" href="examples.html">
10<link rel="up" href="index.html">
11<link rel="next" href="future_work.html">
12</head>
13
14<body>
15<h1><img src="../../../boost.png" alt="Boost logo" align=
16"middle" width="277" height="86">Boost.Flyweight Tests</h1>
17
18<div class="prev_link"><a href="examples.html"><img src="prev.gif" alt="examples" border="0"><br>
19Examples
20</a></div>
21<div class="up_link"><a href="index.html"><img src="up.gif" alt="index" border="0"><br>
22Index
23</a></div>
24<div class="next_link"><a href="future_work.html"><img src="next.gif" alt="future work" border="0"><br>
25Future work
26</a></div><br clear="all" style="clear: all;">
27
28<hr>
29
30<p>
31The Boost.Flyweight test suite exercises the whole spectrum of
32functionalities provided by the library. Although the tests are not meant
33to serve as a learning guide, the interested reader may find it
34useful to inspect the source code to gain familiarity with the usage
35of Boost.Flyweight.
36</p>
37
38<p align="center">
39<table cellspacing="0" cellpadding="5">
40 <caption><b>Boost.Flyweight test suite.</b></caption>
41<tr>
42 <th>Program</th>
43 <th>Description</th>
44</tr>
45<tr>
46 <td><a href="../test/test_assoc_cont_factory.cpp"><code>test_assoc_cont_factory.cpp</code></a></td>
47 <td><a href="tutorial/configuration.html#assoc_container_factory"><code>assoc_container_factory</code></a>
48 factory specifier.</td>
49</tr>
50<tr class="odd_tr">
51 <td><a href="../test/test_basic.cpp"><code>test_basic.cpp</code></a></td>
52 <td>Exercises the default components of <code>flyweight</code>.</td>
53</tr>
54<tr>
55 <td><a href="../test/test_custom_factory.cpp"><code>test_custom_factory.cpp</code></a></td>
56 <td>Creates a user-defined factory class and specifier.</td>
57</tr>
58<tr class="odd_tr">
59 <td><a href="../test/test_init.cpp"><code>test_init.cpp</code></a></td>
60 <td>Boost.Flyweight <a href="tutorial/technical.html#static_init">static
61 data initialization</a> facilities.</td>
62</tr>
63<tr>
64 <td><a href="../test/test_intermod_holder.cpp"><code>test_intermod_holder.cpp</code></a><br>
65 <a href="../test/intermod_holder_dll.cpp"><code>intermod_holder_dll.cpp</code></a></td>
66 <td>Exercises <a href="tutorial/configuration.html#intermodule_holder"><code>intermodule_holder</code></a>.</td>
67</tr>
68<tr class="odd_tr">
69 <td><a href="../test/test_multictor.cpp"><code>test_multictor.cpp</code></a></td>
70 <td>Tests <code>flyweight</code> <a href="reference/flyweight.html#constructors">multiple
71 argument and initializer-list constructors</a>.</td>
72</tr>
73<tr>
74 <td><a href="../test/test_no_locking.cpp"><code>test_no_locking.cpp</code></a></td>
75 <td><a href="tutorial/configuration.html#no_locking"><code>no_locking</code></a> policy.</td>
76</tr>
77<tr class="odd_tr">
78 <td><a href="../test/test_no_tracking.cpp"><code>test_no_tracking.cpp</code></a></td>
79 <td><a href="tutorial/configuration.html#no_tracking"><code>no_tracking</code></a> policy.</td>
80</tr>
81<tr>
82 <td><a href="../test/test_serialization.cpp"><code>test_serialization.cpp</code></a></td>
83 <td>Exercises <code>flyweight</code> <a href="tutorial/basics.html#serialization">serialization
84 capabilities</a>.</td>
85</tr>
86<tr class="odd_tr">
87 <td><a href="../test/test_set_factory.cpp"><code>test_set_factory.cpp</code></a></td>
88 <td><a href="tutorial/configuration.html#set_factory"><code>set_factory</code></a>
89 factory specifier.</td>
90</tr>
91</table>
92</p>
93
94<hr>
95
96<div class="prev_link"><a href="examples.html"><img src="prev.gif" alt="examples" border="0"><br>
97Examples
98</a></div>
99<div class="up_link"><a href="index.html"><img src="up.gif" alt="index" border="0"><br>
100Index
101</a></div>
102<div class="next_link"><a href="future_work.html"><img src="next.gif" alt="future work" border="0"><br>
103Future work
104</a></div><br clear="all" style="clear: all;">
105
106<br>
107
108
109<p>Revised September 1st 2014</p>
110
111<p>&copy; Copyright 2006-2014 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
112Distributed under the Boost Software
113License, Version 1.0. (See accompanying file <a href="../../../LICENSE_1_0.txt">
114LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
115http://www.boost.org/LICENSE_1_0.txt</a>)
116</p>
117
118</body>
119</html>