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