#include <and_predicate.hpp>
Public Types | |
typedef unary_parser< Subject, and_predicate< Subject > > | base_type |
typedef unused_type | attribute_type |
typedef unary_category | category |
typedef Subject | subject_type |
typedef and_predicate< Subject > | derived_type |
Public Member Functions | |
and_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 |
and_predicate< Subject >const & | derived () const |
action< and_predicate< Subject > , Action > | operator[] (Action f) const |
guard< and_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::and_predicate< Subject >::attribute_type |
typedef unary_parser<Subject, and_predicate<Subject> > boost::spirit::x3::and_predicate< Subject >::base_type |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
staticinherited |
|
staticinherited |
|
static |
|
staticinherited |
|
inherited |
Referenced by boost::spirit::x3::and_predicate< Subject >::parse().