/Src/Dependencies/Boost/more/writingdoc/template/configuration.html

http://hadesmem.googlecode.com/ · HTML · 145 lines · 106 code · 39 blank · 0 comment · 0 complexity · cc4d7cf54da532cc0542259298c7d236 MD5 · raw file

  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}} - Configuration</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">Configuration</h2>
  20. </td>
  21. </tr>
  22. </table>
  23. <hr>
  24. <dl class="page-index">
  25. <dt><a href="#introduction">Introduction</a></dt>
  26. <dt><a href="#app-defined">Application Defined Macros</a></dt>
  27. <dt><a href="#lib-defined-public">Public Library Defined Macros</a></dt>
  28. <dt><a href="#lib-defined-impl">Library Defined Implementation
  29. Macros</a></dt>
  30. </dl>
  31. <h2><a name="introduction" id="introduction"></a>Introduction</h2>
  32. <p>{{library}} uses several configuration macros in <a href=
  33. "http://www.boost.org/libs/config/config.htm">&lt;boost/config.hpp&gt;</a>,
  34. as well as configuration macros meant to be supplied by the application.
  35. These macros are documented here.</p>
  36. <h2><a name="app-defined" id="app-defined"></a>Application Defined
  37. Macros</h2>
  38. <p>These are the macros that may be defined by an application using
  39. {{library}}.</p>
  40. <table summary="application defined macros" cellspacing="10" width="100%">
  41. <tr>
  42. <td><b>Macro</b></td>
  43. <td><b>Meaning</b></td>
  44. </tr>
  45. <tr>
  46. <td>{{macro}}</td>
  47. <td>{{meaning}}</td>
  48. </tr>
  49. <tr>
  50. <td>{{macro}}</td>
  51. <td>{{meaning}}</td>
  52. </tr>
  53. </table>
  54. <h2><a name="lib-defined-public" id="lib-defined-public"></a>Public Library
  55. Defined Macros</h2>
  56. <p>These macros are defined by {{library}} but are expected to be used by
  57. application code.</p>
  58. <table summary="public library defined macros" cellspacing="10" width=
  59. "100%">
  60. <tr>
  61. <td><b>Macro</b></td>
  62. <td><b>Meaning</b></td>
  63. </tr>
  64. <tr>
  65. <td>{{macro}}</td>
  66. <td>{{meaning}}</td>
  67. </tr>
  68. <tr>
  69. <td>{{macro}}</td>
  70. <td>{{meaning}}</td>
  71. </tr>
  72. </table>
  73. <h2><a name="lib-defined-impl" id="lib-defined-impl"></a>Library Defined
  74. Implementation Macros</h2>
  75. <p>These macros are defined by {{library}} and are implementation details
  76. of interest only to implementers.</p>
  77. <table summary="library defined implementation macros" cellspacing="10"
  78. width="100%">
  79. <tr>
  80. <td><b>Macro</b></td>
  81. <td><b>Meaning</b></td>
  82. </tr>
  83. <tr>
  84. <td>{{macro}}</td>
  85. <td>{{meaning}}</td>
  86. </tr>
  87. <tr>
  88. <td>{{macro}}</td>
  89. <td>{{meaning}}</td>
  90. </tr>
  91. </table>
  92. <hr>
  93. <p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
  94. "../../../doc/images/valid-html401.png" alt="Valid HTML 4.01 Transitional"
  95. height="31" width="88"></a></p>
  96. <p>Revised
  97. <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->04
  98. December, 2006<!--webbot bot="Timestamp" endspan i-checksum="38514" --></p>
  99. <p><i>Copyright &copy; 2006 <a href=
  100. "mailto:{{address}}">{{author}}</a></i></p>
  101. <p><i>Distributed under the Boost Software License, Version 1.0. (See
  102. accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
  103. copy at <a href=
  104. "http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</i></p>
  105. </body>
  106. </html>