#include <not_predicate.hpp>


Public Types | |
| typedef unary_parser< Subject, not_predicate< Subject > > | base_type |
| typedef unused_type | attribute_type |
| typedef unary_category | category |
| typedef Subject | subject_type |
| typedef not_predicate< Subject > | derived_type |
Public Member Functions | |
| not_predicate (Subject const &subject) | |
| template<typename Iterator , typename Context , typename RContext , typename Attribute > | |
| bool | parse (Iterator &first, Iterator const &last, Context const &context, RContext &rcontext, Attribute &) const |
| unary_parser const & | get_unary () const |
| not_predicate< Subject >const & | derived () const |
| action< not_predicate< Subject > , Action > | operator[] (Action f) const |
| guard< not_predicate< 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::not_predicate< Subject >::attribute_type |
| typedef unary_parser<Subject, not_predicate<Subject> > boost::spirit::x3::not_predicate< Subject >::base_type |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
staticinherited |
|
staticinherited |
|
static |
|
staticinherited |
|
inherited |
Referenced by boost::spirit::x3::not_predicate< Subject >::parse().