#include <kleene.hpp>


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