operator_template.qbk 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. [/==============================================================================
  2. Copyright (C) 2001-2010 Joel de Guzman
  3. Copyright (C) 2001-2010 Hartmut Kaiser
  4. Distributed under the Boost Software License, Version 1.0. (See accompanying
  5. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. ===============================================================================/]
  7. [/------------------------------------------------------------------------------]
  8. [section XXX]
  9. [heading Description]
  10. Description of XXX
  11. [heading Header]
  12. // forwards to <boost/spirit/home/qi/operator/xxx.hpp>
  13. #include <boost/spirit/include/qi_xxx.hpp>
  14. Also, see __include_structure__.
  15. [heading Model of]
  16. [:__nary_parser_concept__]
  17. [:__binary_parser_concept__]
  18. [:__unary_parser_concept__]
  19. [variablelist Notation
  20. [[`a`, `b`] [A __parser_concept__]]
  21. ]
  22. [heading Expression Semantics]
  23. Semantics of an expression is defined only where it differs from, or is not
  24. defined in _concept-of_XXX_.
  25. [table
  26. [[Expression] [Semantics]]
  27. [[`xxx`] [Semantics of `xxx`]]
  28. ]
  29. [heading Attributes]
  30. See __qi_comp_attr_notation__.
  31. [table
  32. [[Expression] [Attribute]]
  33. [[`xxx`] [Attribute of `xxx`]]
  34. ]
  35. [heading Complexity]
  36. Big-O complexity of the parser
  37. [heading Example]
  38. Real example code. Use Quickbook import mechanism to link to actual
  39. working code snippets here.
  40. [endsect] [/ XXX]