Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
spirit_classic.hpp File Reference
#include <boost/mpl/bool.hpp>
#include <boost/utility/enable_if.hpp>
#include <boost/log/detail/config.hpp>
#include <boost/log/utility/functional/matches.hpp>
#include <boost/spirit/include/classic_parser.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Include dependency graph for spirit_classic.hpp:

Classes

struct  boost::aux::is_spirit_classic_parser< T >
 The trait verifies if the type can be converted to a Boost.Spirit (classic) parser. More...
 
struct  boost::aux::matching_expression_kind< ExpressionT, typename boost::enable_if_c< is_spirit_classic_parser< ExpressionT >::value >::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_classic_expression_tag >
 The matching function implementation. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::aux
 

Macros

#define BOOST_SPIRIT_THREADSAFE   1
 

Detailed Description

Author
Andrey Semashev
Date
19.07.2009

This header enables Boost.Spirit (classic) support for Boost.Log.

Macro Definition Documentation

#define BOOST_SPIRIT_THREADSAFE   1