#include <rule_parser.hpp>
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 |
|
inherited |
typedef self_t const& boost::spirit::parser_reference< P >::embed_t |
typedef P::parser_category_t boost::spirit::parser_reference< P >::parser_category_t |
typedef parser_reference<P> boost::spirit::parser_reference< P >::self_t |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |