#include <typeof.hpp>
Classes | |
struct | result |
Public Types | |
typedef action< ParserT, ActionT > | self_t |
typedef action_parser_category | parser_category_t |
typedef unary< ParserT, parser < self_t > > | base_t |
typedef ActionT | predicate_t |
typedef boost::call_traits < ParserT >::param_type | param_t |
typedef boost::call_traits < ParserT >::const_reference | return_t |
typedef ParserT | subject_t |
typedef ParserT::embed_t | subject_embed_t |
typedef action< ParserT, ActionT > | embed_t |
typedef action< ParserT, ActionT > | derived_t |
Public Member Functions | |
action (ParserT const &p, ActionT const &a) | |
template<typename ScannerT > | |
parser_result< self_t, ScannerT >::type | parse (ScannerT const &scan) const |
ActionT const & | predicate () const |
return_t | subject () const |
action< ParserT, ActionT > & | derived () |
action< ParserT, ActionT >const & | derived () const |
action< action< ParserT, ActionT >, ActionT > | operator[] (ActionT const &actor) const |
typedef unary<ParserT, parser<self_t> > boost::spirit::action< ParserT, ActionT >::base_t |
|
inherited |
|
inherited |
|
inherited |
typedef action_parser_category boost::spirit::action< ParserT, ActionT >::parser_category_t |
typedef ActionT boost::spirit::action< ParserT, ActionT >::predicate_t |
|
inherited |
typedef action<ParserT, ActionT> boost::spirit::action< ParserT, ActionT >::self_t |
|
inherited |
|
inherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
Referenced by boost::spirit::action< ParserT, ActionT >::parse().