Searched defs:debug_handler (Results 1 – 2 of 2) sorted by relevance
28 struct debug_handler struct31 output_iterator;32 typedef detail::enable_buffering<output_iterator> buffer_type;35 function_type;37 debug_handler(function_type subject, F f, std::string const& rule_name) in debug_handler() function43 bool operator()(output_iterator& sink, Context& context in operator ()()65 function_type subject;66 F f;67 std::string rule_name;83 debug_handler; in debug() typedef[all …]
29 struct debug_handler struct36 function_type;38 debug_handler( in debug_handler() function48 bool operator()( in operator ()()70 function_type subject;71 F f;72 std::string rule_name;87 debug_handler; in debug() typedef119 debug_handler; in debug() typedef