Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::match_policy Struct Reference

#include <scanner.hpp>

Inheritance diagram for boost::spirit::match_policy:

Classes

struct  result
 

Public Member Functions

const match< nil_tno_match () const
 
const match< nil_tempty_match () const
 
template<typename AttrT , typename IteratorT >
match< AttrT > create_match (std::size_t length, AttrT const &val, IteratorT const &, IteratorT const &) const
 
template<typename MatchT , typename IteratorT >
void group_match (MatchT &, parser_id const &, IteratorT const &, IteratorT const &) const
 
template<typename Match1T , typename Match2T >
void concat_match (Match1T &l, Match2T const &r) const
 

Member Function Documentation

template<typename Match1T , typename Match2T >
void boost::spirit::match_policy::concat_match ( Match1T &  l,
Match2T const &  r 
) const
inline
template<typename AttrT , typename IteratorT >
match<AttrT> boost::spirit::match_policy::create_match ( std::size_t  length,
AttrT const &  val,
IteratorT const &  ,
IteratorT const &   
) const
inline

References boost::phoenix::val().

const match<nil_t> boost::spirit::match_policy::empty_match ( ) const
inline
template<typename MatchT , typename IteratorT >
void boost::spirit::match_policy::group_match ( MatchT &  ,
parser_id const &  ,
IteratorT const &  ,
IteratorT const &   
) const
inline
const match<nil_t> boost::spirit::match_policy::no_match ( ) const
inline

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