Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::x3::skip_directive< Subject, Skipper > Struct Template Reference

#include <skip.hpp>

Inheritance diagram for boost::spirit::x3::skip_directive< Subject, Skipper >:
Collaboration diagram for boost::spirit::x3::skip_directive< Subject, Skipper >:

Public Types

typedef unary_parser< Subject,
skip_directive< Subject,
Skipper > > 
base_type
 
typedef unary_category category
 
typedef Subject subject_type
 
typedef skip_directive
< Subject, Skipper > 
derived_type
 

Public Member Functions

 skip_directive (Subject const &subject, Skipper const &skipper)
 
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
 
skip_directive< Subject,
Skipper >const & 
derived () const
 
action< skip_directive
< Subject, Skipper >, Action > 
operator[] (Action f) const
 
guard< skip_directive< Subject,
Skipper >, Handler > 
on_error (Handler f) const
 

Public Attributes

Skipper const skipper
 
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
 

Member Typedef Documentation

template<typename Subject , typename Skipper >
typedef unary_parser<Subject, skip_directive<Subject, Skipper> > boost::spirit::x3::skip_directive< Subject, Skipper >::base_type
typedef unary_category boost::spirit::x3::unary_parser< Subject, skip_directive< Subject, Skipper > >::category
inherited
typedef skip_directive< Subject, Skipper > boost::spirit::x3::parser< skip_directive< Subject, Skipper > >::derived_type
inherited
typedef Subject boost::spirit::x3::unary_parser< Subject, skip_directive< Subject, Skipper > >::subject_type
inherited

Constructor & Destructor Documentation

template<typename Subject , typename Skipper >
boost::spirit::x3::skip_directive< Subject, Skipper >::skip_directive ( Subject const &  subject,
Skipper const &  skipper 
)
inline

Member Function Documentation

skip_directive< Subject, Skipper > const& boost::spirit::x3::parser< skip_directive< Subject, Skipper > >::derived ( ) const
inlineinherited
unary_parser const& boost::spirit::x3::unary_parser< Subject, skip_directive< Subject, Skipper > >::get_unary ( ) const
inlineinherited
guard<skip_directive< Subject, Skipper > , Handler> boost::spirit::x3::parser< skip_directive< Subject, Skipper > >::on_error ( Handler  f) const
inlineinherited
action<skip_directive< Subject, Skipper > , Action> boost::spirit::x3::parser< skip_directive< Subject, Skipper > >::operator[] ( Action  f) const
inlineinherited
template<typename Subject , typename Skipper >
template<typename Iterator , typename Context , typename RContext , typename Attribute >
bool boost::spirit::x3::skip_directive< Subject, Skipper >::parse ( Iterator &  first,
Iterator const &  last,
Context const &  context,
RContext &  rcontext,
Attribute &  attr 
) const
inline

Member Data Documentation

template<typename Subject , typename Skipper >
bool const boost::spirit::x3::skip_directive< Subject, Skipper >::handles_container = Subject::handles_container
static
bool const boost::spirit::x3::unary_parser< Subject, skip_directive< Subject, Skipper > >::has_action
staticinherited
template<typename Subject , typename Skipper >
bool const boost::spirit::x3::skip_directive< Subject, Skipper >::is_pass_through_unary = true
static
template<typename Subject , typename Skipper >
Skipper const boost::spirit::x3::skip_directive< Subject, Skipper >::skipper
Subject boost::spirit::x3::unary_parser< Subject, skip_directive< Subject, Skipper > >::subject
inherited

The documentation for this struct was generated from the following file: