Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::lazy_parser< ActorT > Struct Template Reference

#include <typeof.hpp>

Inheritance diagram for boost::spirit::lazy_parser< ActorT >:
Collaboration diagram for boost::spirit::lazy_parser< ActorT >:

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
 

Member Typedef Documentation

template<class ActorT >
typedef ::phoenix::actor_result< ActorT, ::phoenix::tuple<> >::plain_type boost::spirit::lazy_parser< ActorT >::actor_result_t
typedef lazy_parser< ActorT > boost::spirit::parser< lazy_parser< ActorT > >::derived_t
inherited
typedef lazy_parser< ActorT > boost::spirit::parser< lazy_parser< ActorT > >::embed_t
inherited
template<class ActorT >
typedef lazy_parser<ActorT> boost::spirit::lazy_parser< ActorT >::self_t

Constructor & Destructor Documentation

template<class ActorT >
boost::spirit::lazy_parser< ActorT >::lazy_parser ( ActorT const &  actor_)
inline

Member Function Documentation

lazy_parser< ActorT > & boost::spirit::parser< lazy_parser< ActorT > >::derived ( )
inlineinherited
lazy_parser< ActorT > const& boost::spirit::parser< lazy_parser< ActorT > >::derived ( ) const
inlineinherited
action<lazy_parser< ActorT > , ActionT> boost::spirit::parser< lazy_parser< ActorT > >::operator[] ( ActionT const &  actor) const
inlineinherited
template<class ActorT >
template<typename ScannerT >
parser_result<self_t, ScannerT>::type boost::spirit::lazy_parser< ActorT >::parse ( ScannerT const &  scan) const
inline

Member Data Documentation

template<class ActorT >
ActorT boost::spirit::lazy_parser< ActorT >::actor

The documentation for this struct was generated from the following file: