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_xpressive_expression_tag > Struct Template Reference

The matching function implementation. More...

#include <xpressive.hpp>

Public Types

typedef ExpressionT compiled_type
 

Static Public Member Functions

static compiled_type compile (ExpressionT const &expr)
 
template<typename StringT , typename T >
static bool matches (StringT const &str, xpressive::basic_regex< T > const &expr, xpressive::regex_constants::match_flag_type flags=xpressive::regex_constants::match_default)
 
template<typename CharT , typename TraitsT , typename AllocatorT >
static bool matches (std::basic_string< CharT, TraitsT, AllocatorT > const &str, xpressive::basic_regex< const CharT * > const &expr, xpressive::regex_constants::match_flag_type flags=xpressive::regex_constants::match_default)
 

Detailed Description

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

The matching function implementation.

Member Typedef Documentation

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

Member Function Documentation

template<typename ExpressionT >
static compiled_type boost::aux::match_traits< ExpressionT, boost_xpressive_expression_tag >::compile ( ExpressionT const &  expr)
inlinestatic
template<typename ExpressionT >
template<typename StringT , typename T >
static bool boost::aux::match_traits< ExpressionT, boost_xpressive_expression_tag >::matches ( StringT const &  str,
xpressive::basic_regex< T > const &  expr,
xpressive::regex_constants::match_flag_type  flags = xpressive::regex_constants::match_default 
)
inlinestatic
template<typename ExpressionT >
template<typename CharT , typename TraitsT , typename AllocatorT >
static bool boost::aux::match_traits< ExpressionT, boost_xpressive_expression_tag >::matches ( std::basic_string< CharT, TraitsT, AllocatorT > const &  str,
xpressive::basic_regex< const CharT * > const &  expr,
xpressive::regex_constants::match_flag_type  flags = xpressive::regex_constants::match_default 
)
inlinestatic

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