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

#include <closure_fwd.hpp>

Inheritance diagram for boost::spirit::init_closure_parser< ParserT, ActorTupleT >:
Collaboration diagram for boost::spirit::init_closure_parser< ParserT, ActorTupleT >:

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
 

Member Typedef Documentation

template<typename ParserT , typename ActorTupleT >
typedef ::phoenix::tuple_element<0, tuple_t>::type boost::spirit::init_closure_parser< ParserT, ActorTupleT >::attr_t
template<typename ParserT , typename ActorTupleT >
typedef unary<ParserT, parser<self_t> > boost::spirit::init_closure_parser< ParserT, ActorTupleT >::base_t
template<typename ParserT , typename ActorTupleT >
typedef ParserT::phoenix_closure_t boost::spirit::init_closure_parser< ParserT, ActorTupleT >::closure_t
typedef init_closure_parser< ParserT, ActorTupleT > boost::spirit::parser< init_closure_parser< ParserT, ActorTupleT > >::derived_t
inherited
typedef init_closure_parser< ParserT, ActorTupleT > boost::spirit::parser< init_closure_parser< ParserT, ActorTupleT > >::embed_t
inherited
typedef boost::call_traits<ParserT >::param_type boost::spirit::unary< ParserT , parser< init_closure_parser< ParserT, ActorTupleT > > >::param_t
inherited
typedef boost::call_traits<ParserT >::const_reference boost::spirit::unary< ParserT , parser< init_closure_parser< ParserT, ActorTupleT > > >::return_t
inherited
template<typename ParserT , typename ActorTupleT >
typedef init_closure_parser<ParserT, ActorTupleT> boost::spirit::init_closure_parser< ParserT, ActorTupleT >::self_t
typedef ParserT ::embed_t boost::spirit::unary< ParserT , parser< init_closure_parser< ParserT, ActorTupleT > > >::subject_embed_t
inherited
typedef ParserT boost::spirit::unary< ParserT , parser< init_closure_parser< ParserT, ActorTupleT > > >::subject_t
inherited
template<typename ParserT , typename ActorTupleT >
typedef ParserT::tuple_t boost::spirit::init_closure_parser< ParserT, ActorTupleT >::tuple_t

Constructor & Destructor Documentation

template<typename ParserT , typename ActorTupleT >
boost::spirit::init_closure_parser< ParserT, ActorTupleT >::init_closure_parser ( ParserT const &  p,
ActorTupleT const &  init_ 
)
inline

Member Function Documentation

init_closure_parser< ParserT, ActorTupleT > & boost::spirit::parser< init_closure_parser< ParserT, ActorTupleT > >::derived ( )
inlineinherited
init_closure_parser< ParserT, ActorTupleT > const& boost::spirit::parser< init_closure_parser< ParserT, ActorTupleT > >::derived ( ) const
inlineinherited
action<init_closure_parser< ParserT, ActorTupleT > , ActionT> boost::spirit::parser< init_closure_parser< ParserT, ActorTupleT > >::operator[] ( ActionT const &  actor) const
inlineinherited
template<typename ParserT , typename ActorTupleT >
template<typename ScannerT >
parser_result<self_t, ScannerT>::type boost::spirit::init_closure_parser< ParserT, ActorTupleT >::parse ( ScannerT const &  scan) const
inline
template<typename ParserT , typename ActorTupleT >
template<typename ScannerT >
parser_result<self_t, ScannerT>::type boost::spirit::init_closure_parser< ParserT, ActorTupleT >::parse_main ( ScannerT const &  scan) const
inline
return_t boost::spirit::unary< ParserT , parser< init_closure_parser< ParserT, ActorTupleT > > >::subject ( ) const
inlineinherited

Member Data Documentation

template<typename ParserT , typename ActorTupleT >
ActorTupleT boost::spirit::init_closure_parser< ParserT, ActorTupleT >::init

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