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

#include <difference.hpp>

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

Public Types

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

Public Member Functions

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

Public Attributes

Left left
 
Right right
 

Static Public Attributes

static bool const handles_container = Left::handles_container
 
static bool const has_action
 
static bool const is_pass_through_unary
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

template<typename Left, typename Right>
bool const boost::spirit::x3::difference< Left, Right >::handles_container = Left::handles_container
static
bool const boost::spirit::x3::binary_parser< Left, Right, difference< Left, Right > >::has_action
staticinherited
bool const boost::spirit::x3::parser< difference< Left, Right > >::is_pass_through_unary
staticinherited

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