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

#include <parser.hpp>

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

Public Types

typedef binary_category category
 
typedef Left left_type
 
typedef Right right_type
 
typedef Derived derived_type
 

Public Member Functions

 binary_parser (Left left, Right right)
 
binary_parser const & get_binary () const
 
Derived const & derived () const
 
template<typename Action >
action< Derived, Action > operator[] (Action f) const
 
template<typename Handler >
guard< Derived, 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 = false
 
static bool const is_pass_through_unary = false
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename Left, typename Right, typename Derived>
binary_parser const& boost::spirit::x3::binary_parser< Left, Right, Derived >::get_binary ( ) const
inline
template<typename Derived>
template<typename Handler >
guard<Derived, Handler> boost::spirit::x3::parser< Derived >::on_error ( Handler  f) const
inlineinherited
template<typename Derived>
template<typename Action >
action<Derived, Action> boost::spirit::x3::parser< Derived >::operator[] ( Action  f) const
inlineinherited

Member Data Documentation

template<typename Derived>
bool const boost::spirit::x3::parser< Derived >::handles_container = false
staticinherited
template<typename Left, typename Right, typename Derived>
bool const boost::spirit::x3::binary_parser< Left, Right, Derived >::has_action
static
Initial value:
=
left_type::has_action || right_type::has_action
template<typename Derived>
bool const boost::spirit::x3::parser< Derived >::is_pass_through_unary = false
staticinherited
template<typename Left, typename Right, typename Derived>
Left boost::spirit::x3::binary_parser< Left, Right, Derived >::left
template<typename Left, typename Right, typename Derived>
Right boost::spirit::x3::binary_parser< Left, Right, Derived >::right

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