action.html 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>Parser Semantic Actions</title>
  5. <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
  7. <link rel="home" href="../../index.html" title="Spirit X3 3.0.4">
  8. <link rel="up" href="../quick_reference.html" title="Quick Reference">
  9. <link rel="prev" href="operator.html" title="Parser Operators">
  10. <link rel="next" href="compound_attribute_rules.html" title="Compound Attribute Rules">
  11. </head>
  12. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  13. <table cellpadding="2" width="100%"><tr>
  14. <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td>
  15. <td align="center"><a href="../../../../../../../index.html">Home</a></td>
  16. <td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td>
  17. <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
  18. <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
  19. <td align="center"><a href="../../../../../../../more/index.htm">More</a></td>
  20. </tr></table>
  21. <hr>
  22. <div class="spirit-nav">
  23. <a accesskey="p" href="operator.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../quick_reference.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="compound_attribute_rules.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
  24. </div>
  25. <div class="section">
  26. <div class="titlepage"><div><div><h3 class="title">
  27. <a name="spirit_x3.quick_reference.action"></a><a class="link" href="action.html" title="Parser Semantic Actions">Parser Semantic Actions</a>
  28. </h3></div></div></div>
  29. <div class="informaltable"><table class="table">
  30. <colgroup>
  31. <col>
  32. <col>
  33. <col>
  34. </colgroup>
  35. <thead><tr>
  36. <th>
  37. <p>
  38. Expression
  39. </p>
  40. </th>
  41. <th>
  42. <p>
  43. Attribute
  44. </p>
  45. </th>
  46. <th>
  47. <p>
  48. Description
  49. </p>
  50. </th>
  51. </tr></thead>
  52. <tbody><tr>
  53. <td>
  54. <p>
  55. <code class="computeroutput"><span class="identifier">p</span><span class="special">[</span><span class="identifier">fa</span><span class="special">]</span></code>
  56. </p>
  57. </td>
  58. <td>
  59. <p>
  60. Attribute of <code class="computeroutput"><span class="identifier">p</span></code>
  61. </p>
  62. </td>
  63. <td>
  64. <p>
  65. Call semantic action, <code class="computeroutput"><span class="identifier">fa</span></code>
  66. if p succeeds.
  67. </p>
  68. </td>
  69. </tr></tbody>
  70. </table></div>
  71. </div>
  72. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  73. <td align="left"></td>
  74. <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2018 Joel de Guzman,
  75. Hartmut Kaiser<p>
  76. Distributed under the Boost Software License, Version 1.0. (See accompanying
  77. file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
  78. </p>
  79. </div></td>
  80. </tr></table>
  81. <hr>
  82. <div class="spirit-nav">
  83. <a accesskey="p" href="operator.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../quick_reference.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="compound_attribute_rules.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
  84. </div>
  85. </body>
  86. </html>