Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
spirit_qi.hpp File Reference
#include <boost/utility/enable_if.hpp>
#include <boost/spirit/include/qi_parse.hpp>
#include <boost/spirit/include/qi_domain.hpp>
#include <boost/spirit/include/support_unused.hpp>
#include <boost/spirit/home/support/meta_compiler.hpp>
#include <boost/spirit/home/qi/nonterminal/nonterminal_fwd.hpp>
#include <boost/log/detail/config.hpp>
#include <boost/log/utility/functional/matches.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Include dependency graph for spirit_qi.hpp:

Classes

struct  boost::aux::matching_expression_kind< ExpressionT, typename boost::enable_if< spirit::traits::matches< spirit::qi::domain, ExpressionT > >::type >
 The metafunction detects the matching expression kind and returns a tag that is used to specialize match_traits. More...
 
struct  boost::aux::match_traits< ExpressionT, boost_spirit_qi_expression_tag >
 The matching function implementation. More...
 
struct  boost::aux::match_traits< spirit::qi::rule< IteratorT, T1, T2, T3, T4 >, boost_spirit_qi_expression_tag >
 The matching function implementation. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::aux
 

Detailed Description

Author
Andrey Semashev
Date
19.07.2009

This header enables Boost.Spirit.Qi support for Boost.Log.