#include <typeof.hpp>
Classes | |
struct | result |
Public Types | |
typedef lazy_parser< ActorT > | self_t |
typedef ::phoenix::actor_result < ActorT,::phoenix::tuple <> >::plain_type | actor_result_t |
typedef lazy_parser< ActorT > | embed_t |
typedef lazy_parser< ActorT > | derived_t |
typedef plain_parser_category | parser_category_t |
Public Member Functions | |
lazy_parser (ActorT const &actor_) | |
template<typename ScannerT > | |
parser_result< self_t, ScannerT >::type | parse (ScannerT const &scan) const |
lazy_parser< ActorT > & | derived () |
lazy_parser< ActorT >const & | derived () const |
action< lazy_parser< ActorT > , ActionT > | operator[] (ActionT const &actor) const |
Public Attributes | |
ActorT | actor |
typedef ::phoenix::actor_result< ActorT, ::phoenix::tuple<> >::plain_type boost::spirit::lazy_parser< ActorT >::actor_result_t |
|
inherited |
|
inherited |
|
inherited |
typedef lazy_parser<ActorT> boost::spirit::lazy_parser< ActorT >::self_t |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
References boost::spirit::lazy_parser< ActorT >::actor.
ActorT boost::spirit::lazy_parser< ActorT >::actor |
Referenced by boost::spirit::lazy_parser< ActorT >::parse().