#include <boost/spirit/home/support/unused.hpp>
#include <boost/spirit/home/karma/nonterminal/rule.hpp>
#include <boost/spirit/home/karma/nonterminal/debug_handler_state.hpp>
#include <boost/function.hpp>
#include <boost/fusion/include/at.hpp>
#include <boost/fusion/include/vector.hpp>
#include <boost/fusion/include/out.hpp>
#include <iostream>
Classes | |
struct | boost::spirit::karma::debug_handler< OutputIterator, Context, Delimiter, Properties, F > |
struct | boost::spirit::karma::detail::get_simple_trace< T > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::spirit | |
boost::spirit::karma | |
boost::spirit::karma::detail | |
Macros | |
#define | BOOST_SPIRIT_DEBUG_NODE(r) r.name(#r); |
Functions | |
template<typename OutputIterator , typename T1 , typename T2 , typename T3 , typename T4 , typename F > | |
void | boost::spirit::karma::debug (rule< OutputIterator, T1, T2, T3, T4 > &r, F f) |
template<typename OutputIterator , typename T1 , typename T2 , typename T3 , typename T4 > | |
void | boost::spirit::karma::debug (rule< OutputIterator, T1, T2, T3, T4 > &r) |
#define BOOST_SPIRIT_DEBUG_NODE | ( | r | ) | r.name(#r); |