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::debug_handler< Iterator, Context, Skipper, F > Struct Template Reference

#include <debug_handler.hpp>

Collaboration diagram for boost::spirit::qi::debug_handler< Iterator, Context, Skipper, F >:

Public Types

typedef function< bool(Iterator
&first, Iterator const &last,
Context &context, Skipper
const &skipper)> 
function_type
 

Public Member Functions

 debug_handler (function_type subject_, F f_, std::string const &rule_name_)
 
bool operator() (Iterator &first, Iterator const &last, Context &context, Skipper const &skipper) const
 

Public Attributes

function_type subject
 
f
 
std::string rule_name
 

Member Typedef Documentation

template<typename Iterator , typename Context , typename Skipper , typename F >
typedef function< bool(Iterator& first, Iterator const& last , Context& context , Skipper const& skipper )> boost::spirit::qi::debug_handler< Iterator, Context, Skipper, F >::function_type

Constructor & Destructor Documentation

template<typename Iterator , typename Context , typename Skipper , typename F >
boost::spirit::qi::debug_handler< Iterator, Context, Skipper, F >::debug_handler ( function_type  subject_,
f_,
std::string const &  rule_name_ 
)
inline

Member Function Documentation

template<typename Iterator , typename Context , typename Skipper , typename F >
bool boost::spirit::qi::debug_handler< Iterator, Context, Skipper, F >::operator() ( Iterator &  first,
Iterator const &  last,
Context &  context,
Skipper const &  skipper 
) const
inline

Member Data Documentation

template<typename Iterator , typename Context , typename Skipper , typename F >
F boost::spirit::qi::debug_handler< Iterator, Context, Skipper, F >::f
template<typename Iterator , typename Context , typename Skipper , typename F >
std::string boost::spirit::qi::debug_handler< Iterator, Context, Skipper, F >::rule_name
template<typename Iterator , typename Context , typename Skipper , typename F >
function_type boost::spirit::qi::debug_handler< Iterator, Context, Skipper, F >::subject

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