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

#include <typeof.hpp>

Inheritance diagram for boost::spirit::action< ParserT, ActionT >:
Collaboration diagram for boost::spirit::action< ParserT, ActionT >:

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
 

Member Typedef Documentation

template<typename ParserT, typename ActionT>
typedef unary<ParserT, parser<self_t> > boost::spirit::action< ParserT, ActionT >::base_t
typedef action< ParserT, ActionT > boost::spirit::parser< action< ParserT, ActionT > >::derived_t
inherited
typedef action< ParserT, ActionT > boost::spirit::parser< action< ParserT, ActionT > >::embed_t
inherited
typedef boost::call_traits<ParserT >::param_type boost::spirit::unary< ParserT , parser< action< ParserT, ActionT > > >::param_t
inherited
template<typename ParserT, typename ActionT>
typedef action_parser_category boost::spirit::action< ParserT, ActionT >::parser_category_t
template<typename ParserT, typename ActionT>
typedef ActionT boost::spirit::action< ParserT, ActionT >::predicate_t
typedef boost::call_traits<ParserT >::const_reference boost::spirit::unary< ParserT , parser< action< ParserT, ActionT > > >::return_t
inherited
template<typename ParserT, typename ActionT>
typedef action<ParserT, ActionT> boost::spirit::action< ParserT, ActionT >::self_t
typedef ParserT ::embed_t boost::spirit::unary< ParserT , parser< action< ParserT, ActionT > > >::subject_embed_t
inherited
typedef ParserT boost::spirit::unary< ParserT , parser< action< ParserT, ActionT > > >::subject_t
inherited

Constructor & Destructor Documentation

template<typename ParserT, typename ActionT>
boost::spirit::action< ParserT, ActionT >::action ( ParserT const &  p,
ActionT const &  a 
)
inline

Member Function Documentation

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

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