#include <typeof.hpp>
Classes | |
struct | result |
Public Types | |
typedef FunctorT::result_t | functor_result_t |
typedef functor_parser< FunctorT > | self_t |
typedef functor_parser< FunctorT > | embed_t |
typedef functor_parser< FunctorT > | derived_t |
typedef plain_parser_category | parser_category_t |
Public Member Functions | |
functor_parser () | |
functor_parser (FunctorT const &functor_) | |
template<typename ScannerT > | |
parser_result< self_t, ScannerT >::type | parse (ScannerT const &scan) const |
functor_parser< FunctorT > & | derived () |
functor_parser< FunctorT >const & | derived () const |
action< functor_parser < FunctorT >, ActionT > | operator[] (ActionT const &actor) const |
Public Attributes | |
FunctorT | functor |
|
inherited |
|
inherited |
typedef FunctorT::result_t boost::spirit::functor_parser< FunctorT >::functor_result_t |
|
inherited |
typedef functor_parser<FunctorT> boost::spirit::functor_parser< FunctorT >::self_t |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
FunctorT boost::spirit::functor_parser< FunctorT >::functor |
Referenced by boost::spirit::functor_parser< FunctorT >::parse().