Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::parser_reference< P > Class Template Reference

#include <rule_parser.hpp>

Inheritance diagram for boost::spirit::parser_reference< P >:
Collaboration diagram for boost::spirit::parser_reference< P >:

Classes

struct  result
 

Public Types

typedef parser_reference< P > self_t
 
typedef self_t const & embed_t
 
typedef P::parser_category_t parser_category_t
 
typedef parser_reference< P > derived_t
 

Public Member Functions

 parser_reference (P &that)
 
template<typename ScannerT >
result< ScannerT >::type parse (ScannerT const &scan) const
 
parser_reference< P > & derived ()
 
parser_reference< P >const & derived () const
 
action< parser_reference< P >
, ActionT > 
operator[] (ActionT const &actor) const
 

Member Typedef Documentation

template<class P>
typedef self_t const& boost::spirit::parser_reference< P >::embed_t
template<class P>
typedef P::parser_category_t boost::spirit::parser_reference< P >::parser_category_t
template<class P>
typedef parser_reference<P> boost::spirit::parser_reference< P >::self_t

Constructor & Destructor Documentation

template<class P>
boost::spirit::parser_reference< P >::parser_reference ( P &  that)
inline

Member Function Documentation

parser_reference< P > & boost::spirit::parser< parser_reference< P > >::derived ( )
inlineinherited
parser_reference< P > const& boost::spirit::parser< parser_reference< P > >::derived ( ) const
inlineinherited
action<parser_reference< P > , ActionT> boost::spirit::parser< parser_reference< P > >::operator[] ( ActionT const &  actor) const
inlineinherited
template<class P>
template<typename ScannerT >
result<ScannerT>::type boost::spirit::parser_reference< P >::parse ( ScannerT const &  scan) const
inline

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