#include <boost/spirit/include/classic_core.hpp>
#include <boost/spirit/include/classic_parse_tree.hpp>
#include <boost/spirit/include/classic_parse_tree_utils.hpp>
#include <boost/spirit/include/classic_confix.hpp>
#include <boost/spirit/include/classic_lists.hpp>
#include <boost/wave/wave_config.hpp>
#include <boost/pool/pool_alloc.hpp>
#include <boost/wave/token_ids.hpp>
#include <boost/wave/grammars/cpp_grammar_gen.hpp>
#include <boost/wave/util/pattern_parser.hpp>
#include <boost/wave/cpp_exceptions.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::wave | |
boost::wave::grammars | |
boost::wave::grammars::impl | |
Macros | |
#define | TRACE_CPP_GRAMMAR bool(BOOST_SPIRIT_DEBUG_FLAGS_CPP & BOOST_SPIRIT_DEBUG_FLAGS_CPP_GRAMMAR) \ |
#define | BOOST_WAVE_GRAMMAR_GEN_INLINE inline |
Functions | |
template<typename NodeFactoryT , typename IteratorT , typename ParserT > | |
boost::spirit::classic::tree_parse_info < IteratorT, NodeFactoryT > | boost::wave::grammars::parsetree_parse (IteratorT const &first_, IteratorT const &last, boost::spirit::classic::parser< ParserT > const &p) |
Variables | |
flush_underlying_parser const | boost::wave::grammars::impl::flush_underlying_parser_p = flush_underlying_parser() |
#define BOOST_WAVE_GRAMMAR_GEN_INLINE inline |
#define TRACE_CPP_GRAMMAR bool(BOOST_SPIRIT_DEBUG_FLAGS_CPP & BOOST_SPIRIT_DEBUG_FLAGS_CPP_GRAMMAR) \ |