#include <omit.hpp>


Public Types | |
| typedef unary_parser< Subject, omit_directive< Subject > > | base_type |
| typedef unused_type | attribute_type |
| typedef Subject | subject_type |
| typedef unary_category | category |
| typedef omit_directive< Subject > | derived_type |
Public Member Functions | |
| omit_directive (Subject const &subject) | |
| template<typename Iterator , typename Context , typename RContext > | |
| bool | parse (Iterator &first, Iterator const &last, Context const &context, RContext &rcontext, unused_type) const |
| unary_parser const & | get_unary () const |
| omit_directive< Subject >const & | derived () const |
| action< omit_directive < Subject >, Action > | operator[] (Action f) const |
| guard< omit_directive< Subject > , Handler > | on_error (Handler f) const |
Public Attributes | |
| Subject | subject |
Static Public Attributes | |
| static bool const | has_attribute = false |
| static bool const | has_action |
| static bool const | handles_container |
| static bool const | is_pass_through_unary |
| typedef unused_type boost::spirit::x3::omit_directive< Subject >::attribute_type |
| typedef unary_parser<Subject, omit_directive<Subject> > boost::spirit::x3::omit_directive< Subject >::base_type |
|
inherited |
|
inherited |
| typedef Subject boost::spirit::x3::omit_directive< Subject >::subject_type |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
staticinherited |
|
staticinherited |
|
static |
|
staticinherited |
|
inherited |
Referenced by boost::spirit::x3::omit_directive< Subject >::parse().