definitions.html 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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}} - Definitions</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">Definitions</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="#definitions">Definitions</a></dt>
  28. <dd>
  29. <dl class="page-index">
  30. <dt><a href="#definition-term1">Term 1</a></dt>
  31. <dt><a href="#definition-term2">Term 2</a></dt>
  32. </dl>
  33. </dd>
  34. </dl>
  35. <hr>
  36. <h2><a name="introduction" id="introduction"></a>Introduction</h2>
  37. <p>{{Introductory text}}</p>
  38. <h2><a name="definitions" id="definitions"></a>Definitions</h2>
  39. <dl class="definitions">
  40. <dt><a name="definition-term1" id="definition-term1"></a><b>{{term}}:</b>
  41. {{definition}}</dt>
  42. <dt><a name="definition-term2" id="definition-term2"></a><b>{{term}}:</b>
  43. {{definition}}</dt>
  44. </dl>
  45. <hr>
  46. <p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
  47. "../../../doc/images/valid-html401.png" alt="Valid HTML 4.01 Transitional"
  48. height="31" width="88"></a></p>
  49. <p>Revised
  50. <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->04
  51. December, 2006<!--webbot bot="Timestamp" endspan i-checksum="38514" --></p>
  52. <p><i>Copyright &copy; 2006 <a href=
  53. "mailto:{{address}}">{{author}}</a></i></p>
  54. <p><i>Distributed under the Boost Software License, Version 1.0. (See
  55. accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
  56. copy at <a href=
  57. "http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</i></p>
  58. </body>
  59. </html>
粤ICP备19079148号