relative_flags.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <html>
  2. <head>
  3. <title>BOOST_PP_RELATIVE_FLAGS</title>
  4. <link rel="stylesheet" type="text/css" href="../styles.css">
  5. </head>
  6. <body>
  7. <div style="margin-left: 0px;">
  8. The <b>BOOST_PP_RELATIVE_FLAGS</b> macro expands to the flags associated with a <i>file-iteration</i> depth relative to the current depth.
  9. </div>
  10. <h4>Usage</h4>
  11. <div class="code">
  12. <b>BOOST_PP_RELATIVE_FLAGS</b>(<i>i</i>)
  13. </div>
  14. <h4>Arguments</h4>
  15. <dl>
  16. <dt>i</dt>
  17. <dd>
  18. The relative depth of the frame whose flags are to be retreived.&nbsp;
  19. Valid values range from <i>0</i> to <b>BOOST_PP_ITERATION_DEPTH</b>() - <i>1</i>.
  20. </dd>
  21. </dl>
  22. <h4>Remarks</h4>
  23. <div>
  24. This macro is only valid when a <i>file-iteration</i> is in progress.
  25. </div>
  26. <div>
  27. The argument <i>i</i> is interpreted as the number of frames <i>outward</i> from the current frame.
  28. </div>
  29. <h4>Requirements</h4>
  30. <div>
  31. <b>Header:</b> &nbsp;<a href="../headers/iteration/iterate.html">&lt;boost/preprocessor/iteration/iterate.hpp&gt;</a>
  32. </div>
  33. <hr size="1">
  34. <div style="margin-left: 0px;">
  35. <i>© Copyright <a href="http://www.housemarque.com" target="_top">Housemarque Oy</a> 2002</i>
  36. </br><i>© Copyright Paul Mensonides 2002</i>
  37. </div>
  38. <div style="margin-left: 0px;">
  39. <p><small>Distributed under the Boost Software License, Version 1.0. (See
  40. accompanying file <a href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
  41. copy at <a href=
  42. "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
  43. </div>
  44. </body>
  45. </html>