header.html 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Language" content="en-us">
  5. <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
  6. <link rel="stylesheet" type="text/css" href="../../../boost.css">
  7. <title>{{library}} - Header &lt;{{header}}&gt;</title>
  8. </head>
  9. <body link="#0000FF" vlink="#800080">
  10. <table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
  11. "header">
  12. <tr>
  13. <td valign="top" width="300">
  14. <h3><a href="../../../index.htm"><img height="86" width="277" alt=
  15. "C++ Boost" src="../../../boost.png" border="0"></a></h3>
  16. </td>
  17. <td valign="top">
  18. <h1 align="center">{{library}}</h1>
  19. <h2 align="center">Header &lt;{{header}}&gt;</h2>
  20. </td>
  21. </tr>
  22. </table>
  23. <hr>
  24. <h2>Contents</h2>
  25. <dl class="page-index">
  26. <dt><a href="#introduction">Introduction</a></dt>
  27. <dt><a href="#macros">Macros</a></dt>
  28. <dd>
  29. <dl class="page-index">
  30. <dt><a href="#macro-spec">{{macro name}}</a></dt>
  31. </dl>
  32. </dd>
  33. <dt><a href="#values">Values</a></dt>
  34. <dd>
  35. <dl class="page-index">
  36. <dt><a href="#value-spec">{{value name}}</a></dt>
  37. </dl>
  38. </dd>
  39. <dt><a href="#types">Types</a></dt>
  40. <dd>
  41. <dl class="page-index">
  42. <dt><a href="#type-spec">{{type name}}</a></dt>
  43. </dl>
  44. </dd>
  45. <dt><a href="#classes">Classes</a></dt>
  46. <dd>
  47. <dl class="page-index">
  48. <dt><a href="#class-spec">Class <code>{{class name}}</code></a></dt>
  49. <dd>
  50. <dl class="page-index">
  51. <dt><a href="#class-spec-synopsis">Class <code>{{class
  52. name}}</code> synopsis</a></dt>
  53. <dt><a href="#class-spec-ctors">Class <code>{{class name}}</code>
  54. constructors and destructor</a></dt>
  55. <dt><a href="#class-spec-comparisons">Class <code>{{class
  56. name}}</code> comparison functions</a></dt>
  57. <dt><a href="#class-spec-modifiers">Class <code>{{class
  58. name}}</code> modifier functions</a></dt>
  59. <dt><a href="#class-spec-observers">Class <code>{{class
  60. name}}</code> observer functions</a></dt>
  61. <dt><a href="#class-spec-statics">Class <code>{{class
  62. name}}</code> static functions</a></dt>
  63. </dl>
  64. </dd>
  65. </dl>
  66. </dd>
  67. <dt><a href="#functions">Functions</a></dt>
  68. <dd>
  69. <dl class="page-index">
  70. <dt><a href="#function-spec">{{function name}}</a></dt>
  71. </dl>
  72. </dd>
  73. <dt><a href="#objects">Objects</a></dt>
  74. <dd>
  75. <dl class="page-index">
  76. <dt><a href="#object-spec">{{object name}}</a></dt>
  77. </dl>
  78. </dd>
  79. <dt><a href="#examples">Example(s)</a></dt>
  80. </dl>
  81. <hr>
  82. <h2><a name="introduction" id="introduction"></a>Introduction</h2>
  83. <p>{{Introductory text}}</p>
  84. <h2><a name="macros" id="macros"></a>Macros</h2>
  85. <p><a name="macro-spec" id="macro-spec"></a>{{Macro specifications}}</p>
  86. <h2><a name="values" id="values"></a>Values</h2>
  87. <p><a name="value-spec" id="value-spec"></a>{{Value specifications}}</p>
  88. <h2><a name="types" id="types"></a>Types</h2>
  89. <p><a name="type-spec" id="type-spec"></a>{{Type specifications}}</p>
  90. <h2><a name="classes" id="classes"></a>Classes</h2>
  91. <h3><a name="class-spec" id="class-spec"></a>Class <code>{{class
  92. name}}</code></h3>
  93. <p>{{class overview text}}</p>
  94. <h4><a name="class-spec-synopsis" id="class-spec-synopsis"></a>Class
  95. <code>{{class name}}</code> synopsis</h4>
  96. <pre>
  97. namespace boost
  98. {
  99. class {{class name}}
  100. {
  101. };
  102. };
  103. </pre>
  104. <h4><a name="class-spec-ctors" id="class-spec-ctors"></a>Class
  105. <code>{{class name}}</code> constructors and destructor</h4>
  106. <pre>
  107. {{constructor}}
  108. </pre>
  109. <dl class="function-semantics">
  110. <dt><b>Requires:</b> {{text}}</dt>
  111. <dt><b>Effects:</b> {{text}}</dt>
  112. <dt><b>Postconditions:</b> {{text}}</dt>
  113. <dt><b>Returns:</b> {{text}}</dt>
  114. <dt><b>Throws:</b> {{text}}</dt>
  115. <dt><b>Complexity:</b> {{text}}</dt>
  116. <dt><b>Note:</b> {{text}}</dt>
  117. <dt><b>Danger:</b> {{text}}</dt>
  118. <dt><b>Rationale:</b> {{text}}</dt>
  119. </dl>
  120. <pre>
  121. {{destructor}}
  122. </pre>
  123. <dl class="function-semantics">
  124. <dt><b>Requires:</b> {{text}}</dt>
  125. <dt><b>Effects:</b> {{text}}</dt>
  126. <dt><b>Postconditions:</b> {{text}}</dt>
  127. <dt><b>Returns:</b> {{text}}</dt>
  128. <dt><b>Throws:</b> {{text}}</dt>
  129. <dt><b>Complexity:</b> {{text}}</dt>
  130. <dt><b>Note:</b> {{text}}</dt>
  131. <dt><b>Danger:</b> {{text}}</dt>
  132. <dt><b>Rationale:</b> {{text}}</dt>
  133. </dl>
  134. <h4><a name="class-spec-comparisons" id="class-spec-comparisons"></a>Class
  135. <code>{{class name}}</code> comparison functions</h4>
  136. <pre>
  137. {{function}}
  138. </pre>
  139. <dl class="function-semantics">
  140. <dt><b>Requires:</b> {{text}}</dt>
  141. <dt><b>Effects:</b> {{text}}</dt>
  142. <dt><b>Postconditions:</b> {{text}}</dt>
  143. <dt><b>Returns:</b> {{text}}</dt>
  144. <dt><b>Throws:</b> {{text}}</dt>
  145. <dt><b>Complexity:</b> {{text}}</dt>
  146. <dt><b>Note:</b> {{text}}</dt>
  147. <dt><b>Danger:</b> {{text}}</dt>
  148. <dt><b>Rationale:</b> {{text}}</dt>
  149. </dl>
  150. <h4><a name="class-spec-modifiers" id="class-spec-modifiers"></a>Class
  151. <code>{{class name}}</code> modifier functions</h4>
  152. <pre>
  153. {{function}}
  154. </pre>
  155. <dl class="function-semantics">
  156. <dt><b>Requires:</b> {{text}}</dt>
  157. <dt><b>Effects:</b> {{text}}</dt>
  158. <dt><b>Postconditions:</b> {{text}}</dt>
  159. <dt><b>Returns:</b> {{text}}</dt>
  160. <dt><b>Throws:</b> {{text}}</dt>
  161. <dt><b>Complexity:</b> {{text}}</dt>
  162. <dt><b>Note:</b> {{text}}</dt>
  163. <dt><b>Danger:</b> {{text}}</dt>
  164. <dt><b>Rationale:</b> {{text}}</dt>
  165. </dl>
  166. <h4><a name="class-spec-observers" id="class-spec-observers"></a>Class
  167. <code>{{class name}}</code> observer functions</h4>
  168. <pre>
  169. {{function}}
  170. </pre>
  171. <dl class="function-semantics">
  172. <dt><b>Requires:</b> {{text}}</dt>
  173. <dt><b>Effects:</b> {{text}}</dt>
  174. <dt><b>Postconditions:</b> {{text}}</dt>
  175. <dt><b>Returns:</b> {{text}}</dt>
  176. <dt><b>Throws:</b> {{text}}</dt>
  177. <dt><b>Complexity:</b> {{text}}</dt>
  178. <dt><b>Note:</b> {{text}}</dt>
  179. <dt><b>Danger:</b> {{text}}</dt>
  180. <dt><b>Rationale:</b> {{text}}</dt>
  181. </dl>
  182. <h4><a name="class-spec-statics" id="class-spec-statics"></a>Class
  183. <code>{{class name}}</code> static functions</h4>
  184. <pre>
  185. {{function}}
  186. </pre>
  187. <dl class="function-semantics">
  188. <dt><b>Requires:</b> {{text}}</dt>
  189. <dt><b>Effects:</b> {{text}}</dt>
  190. <dt><b>Postconditions:</b> {{text}}</dt>
  191. <dt><b>Returns:</b> {{text}}</dt>
  192. <dt><b>Throws:</b> {{text}}</dt>
  193. <dt><b>Complexity:</b> {{text}}</dt>
  194. <dt><b>Note:</b> {{text}}</dt>
  195. <dt><b>Danger:</b> {{text}}</dt>
  196. <dt><b>Rationale:</b> {{text}}</dt>
  197. </dl>
  198. <h2><a name="functions" id="functions"></a>Functions</h2>
  199. <pre>
  200. <a name="function-spec" id="function-spec"></a>{{function}}
  201. </pre>
  202. <dl class="function-semantics">
  203. <dt><b>Requires:</b> {{text}}</dt>
  204. <dt><b>Effects:</b> {{text}}</dt>
  205. <dt><b>Postconditions:</b> {{text}}</dt>
  206. <dt><b>Returns:</b> {{text}}</dt>
  207. <dt><b>Throws:</b> {{text}}</dt>
  208. <dt><b>Complexity:</b> {{text}}</dt>
  209. <dt><b>Note:</b> {{text}}</dt>
  210. <dt><b>Danger:</b> {{text}}</dt>
  211. <dt><b>Rationale:</b> {{text}}</dt>
  212. </dl>
  213. <h2><a name="objects" id="objects"></a>Objects</h2>
  214. <p><a name="object-spec" id="object-spec"></a>{{Object specifications}}</p>
  215. <h2><a name="examples" id="examples"></a>Example(s)</h2>
  216. <p>{{Example(s)}}</p>
  217. <hr>
  218. <p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
  219. "../../../doc/images/valid-html401.png" alt="Valid HTML 4.01 Transitional"
  220. height="31" width="88"></a></p>
  221. <p>Revised
  222. <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->04
  223. December, 2006<!--webbot bot="Timestamp" endspan i-checksum="38514" --></p>
  224. <p><i>Copyright &copy; 2006 <a href=
  225. "mailto:{{address}}">{{author}}</a></i></p>
  226. <p><i>Distributed under the Boost Software License, Version 1.0. (See
  227. accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
  228. copy at <a href=
  229. "http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</i></p>
  230. </body>
  231. </html>
粤ICP备19079148号