Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::aux::match_traits< ExpressionT, boost_spirit_classic_expression_tag > Struct Template Reference

The matching function implementation. More...

#include <spirit_classic.hpp>

Public Types

typedef ExpressionT compiled_type
 

Static Public Member Functions

static compiled_type compile (ExpressionT const &expr)
 
template<typename StringT >
static bool matches (StringT const &str, ExpressionT const &expr)
 

Detailed Description

template<typename ExpressionT>
struct boost::aux::match_traits< ExpressionT, boost_spirit_classic_expression_tag >

The matching function implementation.

Member Typedef Documentation

template<typename ExpressionT >
typedef ExpressionT boost::aux::match_traits< ExpressionT, boost_spirit_classic_expression_tag >::compiled_type

Member Function Documentation

template<typename ExpressionT >
static compiled_type boost::aux::match_traits< ExpressionT, boost_spirit_classic_expression_tag >::compile ( ExpressionT const &  expr)
inlinestatic
template<typename ExpressionT >
template<typename StringT >
static bool boost::aux::match_traits< ExpressionT, boost_spirit_classic_expression_tag >::matches ( StringT const &  str,
ExpressionT const &  expr 
)
inlinestatic

The documentation for this struct was generated from the following file: