#include <closure_fwd.hpp>
Classes | |
struct | result |
Public Types | |
typedef init_closure_parser < ParserT, ActorTupleT > | self_t |
typedef unary< ParserT, parser < self_t > > | base_t |
typedef ParserT::phoenix_closure_t | closure_t |
typedef ParserT::tuple_t | tuple_t |
typedef ::phoenix::tuple_element < 0, tuple_t >::type | attr_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 init_closure_parser < ParserT, ActorTupleT > | embed_t |
typedef init_closure_parser < ParserT, ActorTupleT > | derived_t |
typedef plain_parser_category | parser_category_t |
Public Member Functions | |
init_closure_parser (ParserT const &p, ActorTupleT const &init_) | |
template<typename ScannerT > | |
parser_result< self_t, ScannerT >::type | parse_main (ScannerT const &scan) const |
template<typename ScannerT > | |
parser_result< self_t, ScannerT >::type | parse (ScannerT const &scan) const |
return_t | subject () const |
init_closure_parser< ParserT, ActorTupleT > & | derived () |
init_closure_parser< ParserT, ActorTupleT >const & | derived () const |
action< init_closure_parser < ParserT, ActorTupleT > , ActionT > | operator[] (ActionT const &actor) const |
Public Attributes | |
ActorTupleT | init |
typedef ::phoenix::tuple_element<0, tuple_t>::type boost::spirit::init_closure_parser< ParserT, ActorTupleT >::attr_t |
typedef unary<ParserT, parser<self_t> > boost::spirit::init_closure_parser< ParserT, ActorTupleT >::base_t |
typedef ParserT::phoenix_closure_t boost::spirit::init_closure_parser< ParserT, ActorTupleT >::closure_t |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
typedef init_closure_parser<ParserT, ActorTupleT> boost::spirit::init_closure_parser< ParserT, ActorTupleT >::self_t |
|
inherited |
|
inherited |
typedef ParserT::tuple_t boost::spirit::init_closure_parser< ParserT, ActorTupleT >::tuple_t |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
References BOOST_SPIRIT_CONTEXT_PARSE.
|
inline |
|
inlineinherited |
ActorTupleT boost::spirit::init_closure_parser< ParserT, ActorTupleT >::init |