Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
match_manip.hpp File Reference
#include <boost/spirit/home/qi/parse.hpp>
#include <boost/spirit/home/qi/parser.hpp>
#include <boost/spirit/home/support/unused.hpp>
#include <boost/spirit/home/qi/stream/detail/match_manip.hpp>
Include dependency graph for match_manip.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::spirit
 
 boost::spirit::qi
 

Functions

template<typename Expr >
detail::match< Expr >::type boost::spirit::qi::match (Expr const &expr)
 
template<typename Expr , typename Attribute >
detail::match_manip< Expr,
mpl::false_, mpl::false_,
unused_type, Attribute > 
boost::spirit::qi::match (Expr const &xpr, Attribute &p)
 
template<typename Expr , typename Skipper >
detail::phrase_match< Expr,
Skipper >::type 
boost::spirit::qi::phrase_match (Expr const &expr, Skipper const &s, BOOST_SCOPED_ENUM(skip_flag) post_skip=skip_flag::postskip)
 
template<typename Expr , typename Skipper , typename Attribute >
detail::match_manip< Expr,
mpl::false_, mpl::false_,
Skipper, Attribute > 
boost::spirit::qi::phrase_match (Expr const &xpr, Skipper const &s, BOOST_SCOPED_ENUM(skip_flag) post_skip, Attribute &p)
 
template<typename Expr , typename Skipper , typename Attribute >
detail::match_manip< Expr,
mpl::false_, mpl::false_,
Skipper, Attribute > 
boost::spirit::qi::phrase_match (Expr const &xpr, Skipper const &s, Attribute &p)
 
template<typename Char , typename Traits , typename Derived >
std::basic_istream< Char,
Traits > & 
boost::spirit::qi::operator>> (std::basic_istream< Char, Traits > &is, parser< Derived > const &p)