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