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::sequence< Left, Right > Struct Template Reference

#include <sequence.hpp>

Inheritance diagram for boost::spirit::x3::sequence< Left, Right >:
Collaboration diagram for boost::spirit::x3::sequence< Left, Right >:

Public Types

typedef binary_parser< Left,
Right, sequence< Left, Right > > 
base_type
 
typedef binary_category category
 
typedef Left left_type
 
typedef Right right_type
 
typedef sequence< Left, Right > derived_type
 

Public Member Functions

 sequence (Left left, Right right)
 
template<typename Iterator , typename Context , typename RContext >
bool parse (Iterator &first, Iterator const &last, Context const &context, RContext &rcontext, unused_type) const
 
template<typename Iterator , typename Context , typename RContext , typename Attribute >
bool parse (Iterator &first, Iterator const &last, Context const &context, RContext &rcontext, Attribute &attr) const
 
binary_parser const & get_binary () const
 
sequence< Left, Right >const & derived () const
 
action< sequence< Left, Right >
, Action > 
operator[] (Action f) const
 
guard< sequence< Left, Right >
, Handler > 
on_error (Handler f) const
 

Public Attributes

Left left
 
Right right
 

Static Public Attributes

static bool const has_action
 
static bool const handles_container
 
static bool const is_pass_through_unary
 

Member Typedef Documentation

template<typename Left , typename Right >
typedef binary_parser<Left, Right, sequence<Left, Right> > boost::spirit::x3::sequence< Left, Right >::base_type
typedef binary_category boost::spirit::x3::binary_parser< Left, Right, sequence< Left, Right > >::category
inherited
typedef sequence< Left, Right > boost::spirit::x3::parser< sequence< Left, Right > >::derived_type
inherited
typedef Left boost::spirit::x3::binary_parser< Left, Right, sequence< Left, Right > >::left_type
inherited
typedef Right boost::spirit::x3::binary_parser< Left, Right, sequence< Left, Right > >::right_type
inherited

Constructor & Destructor Documentation

template<typename Left , typename Right >
boost::spirit::x3::sequence< Left, Right >::sequence ( Left  left,
Right  right 
)
inline

Member Function Documentation

sequence< Left, Right > const& boost::spirit::x3::parser< sequence< Left, Right > >::derived ( ) const
inlineinherited
binary_parser const& boost::spirit::x3::binary_parser< Left, Right, sequence< Left, Right > >::get_binary ( ) const
inlineinherited
guard<sequence< Left, Right > , Handler> boost::spirit::x3::parser< sequence< Left, Right > >::on_error ( Handler  f) const
inlineinherited
action<sequence< Left, Right > , Action> boost::spirit::x3::parser< sequence< Left, Right > >::operator[] ( Action  f) const
inlineinherited
template<typename Left , typename Right >
template<typename Iterator , typename Context , typename RContext >
bool boost::spirit::x3::sequence< Left, Right >::parse ( Iterator &  first,
Iterator const &  last,
Context const &  context,
RContext &  rcontext,
unused_type   
) const
inline
template<typename Left , typename Right >
template<typename Iterator , typename Context , typename RContext , typename Attribute >
bool boost::spirit::x3::sequence< Left, Right >::parse ( Iterator &  first,
Iterator const &  last,
Context const &  context,
RContext &  rcontext,
Attribute &  attr 
) const
inline

Member Data Documentation

bool const boost::spirit::x3::parser< sequence< Left, Right > >::handles_container
staticinherited
bool const boost::spirit::x3::binary_parser< Left, Right, sequence< Left, Right > >::has_action
staticinherited
bool const boost::spirit::x3::parser< sequence< Left, Right > >::is_pass_through_unary
staticinherited
Left boost::spirit::x3::binary_parser< Left, Right, sequence< Left, Right > >::left
inherited
Right boost::spirit::x3::binary_parser< Left, Right, sequence< Left, Right > >::right
inherited

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