Blame view

3rdparty/boost_1_81_0/libs/flyweight/doc/tests.html 4.34 KB
977ed18d   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
  <!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.Flyweight Documentation - Tests</title>
  <link rel="stylesheet" href="style.css" type="text/css">
  <link rel="start" href="index.html">
  <link rel="prev" href="examples.html">
  <link rel="up" href="index.html">
  <link rel="next" href="future_work.html">
  </head>
  
  <body>
  <h1><img src="../../../boost.png" alt="Boost logo" align=
  "middle" width="277" height="86">Boost.Flyweight Tests</h1>
  
  <div class="prev_link"><a href="examples.html"><img src="prev.gif" alt="examples" border="0"><br>
  Examples
  </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="future_work.html"><img src="next.gif" alt="future work" border="0"><br>
  Future work
  </a></div><br clear="all" style="clear: all;">
  
  <hr>
  
  <p>
  The Boost.Flyweight 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 the usage
  of Boost.Flyweight.
  </p>
  
  <p align="center">
  <table cellspacing="0" cellpadding="5">
    <caption><b>Boost.Flyweight test suite.</b></caption>
  <tr>
    <th>Program</th>
    <th>Description</th>
  </tr>
  <tr>
    <td><a href="../test/test_assoc_cont_factory.cpp"><code>test_assoc_cont_factory.cpp</code></a></td>
    <td><a href="tutorial/configuration.html#assoc_container_factory"><code>assoc_container_factory</code></a>
      factory specifier.</td>
  </tr>
  <tr class="odd_tr">
    <td><a href="../test/test_basic.cpp"><code>test_basic.cpp</code></a></td>
    <td>Exercises the default components of <code>flyweight</code>.</td>
  </tr>
  <tr>
    <td><a href="../test/test_custom_factory.cpp"><code>test_custom_factory.cpp</code></a></td>
    <td>Creates a user-defined factory class and specifier.</td>
  </tr>
  <tr class="odd_tr">
    <td><a href="../test/test_init.cpp"><code>test_init.cpp</code></a></td>
    <td>Boost.Flyweight <a href="tutorial/technical.html#static_init">static
      data initialization</a> facilities.</td>
  </tr>
  <tr>
    <td><a href="../test/test_intermod_holder.cpp"><code>test_intermod_holder.cpp</code></a><br>
        <a href="../test/intermod_holder_dll.cpp"><code>intermod_holder_dll.cpp</code></a></td>
    <td>Exercises <a href="tutorial/configuration.html#intermodule_holder"><code>intermodule_holder</code></a>.</td>
  </tr>
  <tr class="odd_tr">
    <td><a href="../test/test_multictor.cpp"><code>test_multictor.cpp</code></a></td>
    <td>Tests <code>flyweight</code> <a href="reference/flyweight.html#constructors">multiple
      argument and initializer-list constructors</a>.</td>
  </tr>
  <tr>
    <td><a href="../test/test_no_locking.cpp"><code>test_no_locking.cpp</code></a></td>
    <td><a href="tutorial/configuration.html#no_locking"><code>no_locking</code></a> policy.</td>
  </tr>
  <tr class="odd_tr">
    <td><a href="../test/test_no_tracking.cpp"><code>test_no_tracking.cpp</code></a></td>
    <td><a href="tutorial/configuration.html#no_tracking"><code>no_tracking</code></a> policy.</td>
  </tr>
  <tr>
    <td><a href="../test/test_serialization.cpp"><code>test_serialization.cpp</code></a></td>
    <td>Exercises <code>flyweight</code> <a href="tutorial/basics.html#serialization">serialization
      capabilities</a>.</td>
  </tr>
  <tr class="odd_tr">
    <td><a href="../test/test_set_factory.cpp"><code>test_set_factory.cpp</code></a></td>
    <td><a href="tutorial/configuration.html#set_factory"><code>set_factory</code></a>
      factory specifier.</td>
  </tr>
  </table>
  </p>
  
  <hr>
  
  <div class="prev_link"><a href="examples.html"><img src="prev.gif" alt="examples" border="0"><br>
  Examples
  </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="future_work.html"><img src="next.gif" alt="future work" border="0"><br>
  Future work
  </a></div><br clear="all" style="clear: all;">
  
  <br>
  
  
  <p>Revised September 1st 2014</p>
  
  <p>&copy; Copyright 2006-2014 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;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>