header.html 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  4. <link rel="stylesheet" type="text/css" href="../../../boost.css">
  5. <title>{{library}} - Header &lt;{{header}}&gt;</title>
  6. </head>
  7. <body link="#0000ff" vlink="#800080">
  8. <table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
  9. "header">
  10. <tr>
  11. <td valign="top" width="300">
  12. <h3><a href="../../../index.htm"><img height="86" width="277" alt="C++ Boost" src="../../../boost.png" border="0"></a></h3>
  13. </td>
  14. <td valign="top">
  15. <h1 align="center">{{library}}</h1>
  16. <h2 align="center">Header &lt;{{header}}&gt;</h2>
  17. </td>
  18. </tr>
  19. </table>
  20. <hr>
  21. <h2>Contents</h2>
  22. <dl class="page-index">
  23. <dt><a href="#introduction">Introduction</a></dt>
  24. <dt><a href="#macros">Macros</a></dt>
  25. <dl class="page-index">
  26. <dt><a href="#macro-spec">{{macro name}}</a></dt>
  27. </dl>
  28. <dt><a href="#values">Values</a></dt>
  29. <dl class="page-index">
  30. <dt><a href="#value-spec">{{value name}}</a></dt>
  31. </dl>
  32. <dt><a href="#types">Types</a></dt>
  33. <dl class="page-index">
  34. <dt><a href="#type-spec">{{type name}}</a></dt>
  35. </dl>
  36. <dt><a href="#classes">Classes</a></dt>
  37. <dl class="page-index">
  38. <dt><a href="#class-spec">Class <code>{{class name}}</code></a></dt>
  39. <dl class="page-index">
  40. <dt><a href="#class-spec-synopsis">Class <code>{{class name}}</code> synopsis</a></dt>
  41. <dt><a href="#class-spec-ctors">Class <code>{{class name}}</code> constructors and destructor</a></dt>
  42. <dt><a href="#class-spec-comparisons">Class <code>{{class name}}</code> comparison functions</a></dt>
  43. <dt><a href="#class-spec-modifiers">Class <code>{{class name}}</code> modifier functions</a></dt>
  44. <dt><a href="#class-spec-observers">Class <code>{{class name}}</code> observer functions</a></dt>
  45. <dt><a href="#class-spec-statics">Class <code>{{class name}}</code> static functions</a></dt>
  46. </dl>
  47. </dl>
  48. <dt><a href="#functions">Functions</a></dt>
  49. <dl class="page-index">
  50. <dt><a href="#function-spec">{{function name}}</a></dt>
  51. </dl>
  52. <dt><a href="#objects">Objects</a></dt>
  53. <dl class="page-index">
  54. <dt><a href="#object-spec">{{object name}}</a></dt>
  55. </dl>
  56. <dt><a href="#examples">Example(s)</a></dt>
  57. </dl>
  58. <hr>
  59. <h2><a name="introduction"></a>Introduction</h2>
  60. <p>{{Introductory text}}</p>
  61. <h2><a name="macros"></a>Macros</h2>
  62. <p><a name="macro-spec"></a>{{Macro specifications}}</p>
  63. <h2><a name="values"></a>Values</h2>
  64. <p><a name="value-spec"></a>{{Value specifications}}</p>
  65. <h2><a name="types"></a>Types</h2>
  66. <p><a name="type-spec"></a>{{Type specifications}}</p>
  67. <h2><a name="classes"></a>Classes</h2>
  68. <h3><a name="class-spec"></a>Class <code>{{class name}}</code></h3>
  69. <p>{{class overview text}}</p>
  70. <h4><a name="class-spec-synopsis"></a>Class <code>{{class name}}</code> synopsis</h4>
  71. <pre>
  72. namespace boost
  73. {
  74. class {{class name}}
  75. {
  76. };
  77. };
  78. </pre>
  79. <h4><a name="class-spec-ctors"></a>Class <code>{{class name}}</code> constructors and destructor</h4>
  80. <pre>
  81. {{constructor}}
  82. </pre>
  83. <dl class="function-semantics">
  84. <dt><b>Requires:</b> {{text}}</dt>
  85. <dt><b>Effects:</b> {{text}}</dt>
  86. <dt><b>Postconditions:</b> {{text}}</dt>
  87. <dt><b>Returns:</b> {{text}}</dt>
  88. <dt><b>Throws:</b> {{text}}</dt>
  89. <dt><b>Complexity:</b> {{text}}</dt>
  90. <dt><b>Note:</b> {{text}}</dt>
  91. <dt><b>Danger:</b> {{text}}</dt>
  92. <dt><b>Rationale:</b> {{text}}</dt>
  93. </dl>
  94. <pre>
  95. {{destructor}}
  96. </pre>
  97. <dl class="function-semantics">
  98. <dt><b>Requires:</b> {{text}}</dt>
  99. <dt><b>Effects:</b> {{text}}</dt>
  100. <dt><b>Postconditions:</b> {{text}}</dt>
  101. <dt><b>Returns:</b> {{text}}</dt>
  102. <dt><b>Throws:</b> {{text}}</dt>
  103. <dt><b>Complexity:</b> {{text}}</dt>
  104. <dt><b>Note:</b> {{text}}</dt>
  105. <dt><b>Danger:</b> {{text}}</dt>
  106. <dt><b>Rationale:</b> {{text}}</dt>
  107. </dl>
  108. <h4><a name="class-spec-comparisons"></a>Class <code>{{class name}}</code> comparison functions</h4>
  109. <pre>
  110. {{function}}
  111. </pre>
  112. <dl class="function-semantics">
  113. <dt><b>Requires:</b> {{text}}</dt>
  114. <dt><b>Effects:</b> {{text}}</dt>
  115. <dt><b>Postconditions:</b> {{text}}</dt>
  116. <dt><b>Returns:</b> {{text}}</dt>
  117. <dt><b>Throws:</b> {{text}}</dt>
  118. <dt><b>Complexity:</b> {{text}}</dt>
  119. <dt><b>Note:</b> {{text}}</dt>
  120. <dt><b>Danger:</b> {{text}}</dt>
  121. <dt><b>Rationale:</b> {{text}}</dt>
  122. </dl>
  123. <h4><a name="class-spec-modifiers"></a>Class <code>{{class name}}</code> modifier functions</h4>
  124. <pre>
  125. {{function}}
  126. </pre>
  127. <dl class="function-semantics">
  128. <dt><b>Requires:</b> {{text}}</dt>
  129. <dt><b>Effects:</b> {{text}}</dt>
  130. <dt><b>Postconditions:</b> {{text}}</dt>
  131. <dt><b>Returns:</b> {{text}}</dt>
  132. <dt><b>Throws:</b> {{text}}</dt>
  133. <dt><b>Complexity:</b> {{text}}</dt>
  134. <dt><b>Note:</b> {{text}}</dt>
  135. <dt><b>Danger:</b> {{text}}</dt>
  136. <dt><b>Rationale:</b> {{text}}</dt>
  137. </dl>
  138. <h4><a name="class-spec-observers"></a>Class <code>{{class name}}</code> observer functions</h4>
  139. <pre>
  140. {{function}}
  141. </pre>
  142. <dl class="function-semantics">
  143. <dt><b>Requires:</b> {{text}}</dt>
  144. <dt><b>Effects:</b> {{text}}</dt>
  145. <dt><b>Postconditions:</b> {{text}}</dt>
  146. <dt><b>Returns:</b> {{text}}</dt>
  147. <dt><b>Throws:</b> {{text}}</dt>
  148. <dt><b>Complexity:</b> {{text}}</dt>
  149. <dt><b>Note:</b> {{text}}</dt>
  150. <dt><b>Danger:</b> {{text}}</dt>
  151. <dt><b>Rationale:</b> {{text}}</dt>
  152. </dl>
  153. <h4><a name="class-spec-statics"></a>Class <code>{{class name}}</code> static functions</h4>
  154. <pre>
  155. {{function}}
  156. </pre>
  157. <dl class="function-semantics">
  158. <dt><b>Requires:</b> {{text}}</dt>
  159. <dt><b>Effects:</b> {{text}}</dt>
  160. <dt><b>Postconditions:</b> {{text}}</dt>
  161. <dt><b>Returns:</b> {{text}}</dt>
  162. <dt><b>Throws:</b> {{text}}</dt>
  163. <dt><b>Complexity:</b> {{text}}</dt>
  164. <dt><b>Note:</b> {{text}}</dt>
  165. <dt><b>Danger:</b> {{text}}</dt>
  166. <dt><b>Rationale:</b> {{text}}</dt>
  167. </dl>
  168. <h2><a name="functions"></a>Functions</h2>
  169. <pre>
  170. <a name="function-spec"></a>{{function}}
  171. </pre>
  172. <dl class="function-semantics">
  173. <dt><b>Requires:</b> {{text}}</dt>
  174. <dt><b>Effects:</b> {{text}}</dt>
  175. <dt><b>Postconditions:</b> {{text}}</dt>
  176. <dt><b>Returns:</b> {{text}}</dt>
  177. <dt><b>Throws:</b> {{text}}</dt>
  178. <dt><b>Complexity:</b> {{text}}</dt>
  179. <dt><b>Note:</b> {{text}}</dt>
  180. <dt><b>Danger:</b> {{text}}</dt>
  181. <dt><b>Rationale:</b> {{text}}</dt>
  182. </dl>
  183. <h2><a name="objects"></a>Objects</h2>
  184. <p><a name="object-spec"></a>{{Object specifications}}</p>
  185. <h2><a name="examples"></a>Example(s)</h2>
  186. <p>{{Example(s)}}</p>
  187. <p>Revised
  188. <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
  189. 05 November, 2001
  190. <!--webbot bot="Timestamp" endspan i-checksum="39359" -->
  191. </p>
  192. <p><i>&copy; Copyright <a href="mailto:{{address}}">{{author}}</a>
  193. 2002. All Rights Reserved.</i></p>
  194. </body>
  195. </html>
粤ICP备19079148号