Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::qi::difference< Left, Right > Struct Template Reference

#include <difference.hpp>

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

Classes

struct  attribute
 

Public Types

typedef Left left_type
 
typedef Right right_type
 
typedef difference< Left, Right > derived_type
 
typedef qi::domain domain
 

Public Member Functions

 difference (Left const &left_, Right const &right_)
 
template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool parse (Iterator &first, Iterator const &last, Context &context, Skipper const &skipper, Attribute &attr_) const
 
template<typename Context >
info what (Context &context) const
 
difference< Left, Right >const & derived () const
 

Public Attributes

Left left
 
Right right
 

Member Typedef Documentation

typedef difference< Left, Right > boost::spirit::qi::parser< difference< Left, Right > >::derived_type
inherited
typedef qi::domain boost::spirit::qi::parser< difference< Left, Right > >::domain
inherited
template<typename Left , typename Right >
typedef Left boost::spirit::qi::difference< Left, Right >::left_type
template<typename Left , typename Right >
typedef Right boost::spirit::qi::difference< Left, Right >::right_type

Constructor & Destructor Documentation

template<typename Left , typename Right >
boost::spirit::qi::difference< Left, Right >::difference ( Left const &  left_,
Right const &  right_ 
)
inline

Member Function Documentation

difference< Left, Right > const& boost::spirit::qi::parser< difference< Left, Right > >::derived ( ) const
inlineinherited
template<typename Left , typename Right >
template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool boost::spirit::qi::difference< Left, Right >::parse ( Iterator &  first,
Iterator const &  last,
Context &  context,
Skipper const &  skipper,
Attribute &  attr_ 
) const
inline
template<typename Left , typename Right >
template<typename Context >
info boost::spirit::qi::difference< Left, Right >::what ( Context &  context) const
inline

Member Data Documentation

template<typename Left , typename Right >
Left boost::spirit::qi::difference< Left, Right >::left
template<typename Left , typename Right >
Right boost::spirit::qi::difference< Left, Right >::right

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