#include <expect.hpp>


Public Types | |
| typedef unary_parser< Subject, expect_directive< Subject > > | base_type |
| typedef unary_category | category |
| typedef Subject | subject_type |
| typedef expect_directive< Subject > | derived_type |
Public Member Functions | |
| expect_directive (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 &attr) const |
| unary_parser const & | get_unary () const |
| expect_directive< Subject >const & | derived () const |
| action< expect_directive < Subject >, Action > | operator[] (Action f) const |
| guard< expect_directive < Subject >, Handler > | on_error (Handler f) const |
Public Attributes | |
| Subject | subject |
Static Public Attributes | |
| static bool const | is_pass_through_unary = true |
| static bool const | has_action |
| static bool const | handles_container |
| typedef unary_parser<Subject, expect_directive<Subject> > boost::spirit::x3::expect_directive< Subject >::base_type |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
staticinherited |
|
staticinherited |
|
static |
|
inherited |
Referenced by boost::spirit::x3::expect_directive< Subject >::parse().