configuration.html 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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}} - Configuration</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">Configuration</h2>
  17. </td>
  18. </tr>
  19. </table>
  20. <hr>
  21. <dl class="page-index">
  22. <dt><a href="#introduction">Introduction</a></dt>
  23. <dt><a href="#app-defined">Application Defined Macros</a></dt>
  24. <dt><a href="#lib-defined-public">Public Library Defined Macros</a></dt>
  25. <dt><a href="#lib-defined-impl">Library Defined Implementation Macros</a></dt>
  26. </dl>
  27. <h2><a name="introduction"></a>Introduction</h2>
  28. <p>{{library}} uses several configuration macros in <a href="http://www.boost.org/libs/config/config.htm">&lt;boost/config.hpp&gt;</a>,
  29. as well as configuration macros meant to be supplied by the application. These
  30. macros are documented here.</p>
  31. <h2><a name="app-defined"></a>Application Defined Macros</h2>
  32. <p>These are the macros that may be defined by an application using {{library}}.</p>
  33. <table summary="application defined macros" cellspacing="10" width="100%">
  34. <tr>
  35. <td><b>Macro</b></td>
  36. <td><b>Meaning</b></td>
  37. </tr>
  38. <tr>
  39. <td>{{macro}}</td>
  40. <td>{{meaning}}</td>
  41. </tr>
  42. <tr>
  43. <td>{{macro}}</td>
  44. <td>{{meaning}}</td>
  45. </tr>
  46. </table>
  47. <h2><a name="lib-defined-public"></a>Public Library Defined Macros</h2>
  48. <p>These macros are defined by {{library}} but are expected to be used by application
  49. code.</p>
  50. <table summary="public library defined macros" cellspacing="10" width="100%">
  51. <tr>
  52. <td><b>Macro</b></td>
  53. <td><b>Meaning</b></td>
  54. </tr>
  55. <tr>
  56. <td>{{macro}}</td>
  57. <td>{{meaning}}</td>
  58. </tr>
  59. <tr>
  60. <td>{{macro}}</td>
  61. <td>{{meaning}}</td>
  62. </tr>
  63. </table>
  64. <h2><a name="lib-defined-impl"></a>Library Defined Implementation Macros</h2>
  65. <p>These macros are defined by {{library}} and are implementation details of interest
  66. only to implementers.</p>
  67. <table summary="library defined implementation macros" cellspacing="10" width="100%">
  68. <tr>
  69. <td><b>Macro</b></td>
  70. <td><b>Meaning</b></td>
  71. </tr>
  72. <tr>
  73. <td>{{macro}}</td>
  74. <td>{{meaning}}</td>
  75. </tr>
  76. <tr>
  77. <td>{{macro}}</td>
  78. <td>{{meaning}}</td>
  79. </tr>
  80. </table>
  81. <hr>
  82. <p>Revised
  83. <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
  84. 05 November, 2001
  85. <!--webbot bot="Timestamp" endspan i-checksum="39359" -->
  86. </p>
  87. <p><i>&copy; Copyright <a href="mailto:{{address}}">{{author}}</a>
  88. 2002. All Rights Reserved.</i></p>
  89. </body>
  90. </html>
粤ICP备19079148号