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

#include <typeof.hpp>

Inheritance diagram for boost::spirit::difference< A, B >:
Collaboration diagram for boost::spirit::difference< A, B >:

Public Types

typedef difference< A, B > self_t
 
typedef binary_parser_category parser_category_t
 
typedef difference_parser_gen parser_generator_t
 
typedef binary< A, B, parser
< self_t > > 
base_t
 
typedef boost::call_traits< A >
::param_type 
left_param_t
 
typedef boost::call_traits< A >
::const_reference 
left_return_t
 
typedef boost::call_traits< B >
::param_type 
right_param_t
 
typedef boost::call_traits< B >
::const_reference 
right_return_t
 
typedef A left_t
 
typedef A::embed_t left_embed_t
 
typedef B right_t
 
typedef B::embed_t right_embed_t
 
typedef difference< A, B > embed_t
 
typedef difference< A, B > derived_t
 

Public Member Functions

 difference (A const &a, B const &b)
 
template<typename ScannerT >
parser_result< self_t,
ScannerT >::type 
parse (ScannerT const &scan) const
 
left_return_t left () const
 
right_return_t right () const
 
difference< A, B > & derived ()
 
difference< A, B >const & derived () const
 
action< difference< A, B >
, ActionT > 
operator[] (ActionT const &actor) const
 

Member Typedef Documentation

template<typename A , typename B >
typedef binary<A, B, parser<self_t> > boost::spirit::difference< A, B >::base_t
typedef difference< A, B > boost::spirit::parser< difference< A, B > >::derived_t
inherited
typedef difference< A, B > boost::spirit::parser< difference< A, B > >::embed_t
inherited
typedef A::embed_t boost::spirit::binary< A, B, parser< difference< A, B > > >::left_embed_t
inherited
typedef boost::call_traits<A>::param_type boost::spirit::binary< A, B, parser< difference< A, B > > >::left_param_t
inherited
typedef boost::call_traits<A>::const_reference boost::spirit::binary< A, B, parser< difference< A, B > > >::left_return_t
inherited
typedef A boost::spirit::binary< A, B, parser< difference< A, B > > >::left_t
inherited
template<typename A , typename B >
typedef binary_parser_category boost::spirit::difference< A, B >::parser_category_t
template<typename A , typename B >
typedef difference_parser_gen boost::spirit::difference< A, B >::parser_generator_t
typedef B::embed_t boost::spirit::binary< A, B, parser< difference< A, B > > >::right_embed_t
inherited
typedef boost::call_traits<B>::param_type boost::spirit::binary< A, B, parser< difference< A, B > > >::right_param_t
inherited
typedef boost::call_traits<B>::const_reference boost::spirit::binary< A, B, parser< difference< A, B > > >::right_return_t
inherited
typedef B boost::spirit::binary< A, B, parser< difference< A, B > > >::right_t
inherited
template<typename A , typename B >
typedef difference<A, B> boost::spirit::difference< A, B >::self_t

Constructor & Destructor Documentation

template<typename A , typename B >
boost::spirit::difference< A, B >::difference ( A const &  a,
B const &  b 
)
inline

Member Function Documentation

difference< A, B > & boost::spirit::parser< difference< A, B > >::derived ( )
inlineinherited
difference< A, B > const& boost::spirit::parser< difference< A, B > >::derived ( ) const
inlineinherited
left_return_t boost::spirit::binary< A, B, parser< difference< A, B > > >::left ( ) const
inlineinherited
action<difference< A, B > , ActionT> boost::spirit::parser< difference< A, B > >::operator[] ( ActionT const &  actor) const
inlineinherited
right_return_t boost::spirit::binary< A, B, parser< difference< A, B > > >::right ( ) const
inlineinherited

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