#include <eps.hpp>
Public Types | |
typedef unused_type | attribute_type |
typedef eps_parser | derived_type |
Public Member Functions | |
template<typename Iterator , typename Context , typename RuleContext , typename Attribute > | |
bool | parse (Iterator &first, Iterator const &last, Context const &context, RuleContext &, Attribute &) const |
semantic_predicate | operator() (bool predicate) const |
template<typename F > | |
lazy_semantic_predicate< F > | operator() (F f) const |
eps_parserconst & | derived () const |
action< eps_parser, Action > | operator[] (Action f) const |
guard< eps_parser, Handler > | on_error (Handler f) const |
Static Public Attributes | |
static bool const | has_attribute = false |
static bool const | handles_container |
static bool const | is_pass_through_unary |
static bool const | has_action |
|
inherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
|
inline |
References boost::spirit::x3::skip_over().
|
staticinherited |
|
staticinherited |
|
static |
|
staticinherited |