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

#include <action.hpp>

Inheritance diagram for boost::spirit::qi::action< Subject, Action >:
Collaboration diagram for boost::spirit::qi::action< Subject, Action >:

Classes

struct  attribute
 

Public Types

typedef Subject subject_type
 
typedef Action action_type
 
typedef action< Subject, Action > derived_type
 
typedef qi::domain domain
 

Public Member Functions

 action (Subject const &subject_, Action f_)
 
template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool parse (Iterator &first, Iterator const &last, Context &context, Skipper const &skipper, Attribute &attr_) const
 
template<typename Context >
info what (Context &context) const
 
action< Subject, Action >const & derived () const
 

Public Attributes

Subject subject
 
Action f
 

Member Typedef Documentation

template<typename Subject , typename Action >
typedef Action boost::spirit::qi::action< Subject, Action >::action_type
typedef action< Subject, Action > boost::spirit::qi::parser< action< Subject, Action > >::derived_type
inherited
typedef qi::domain boost::spirit::qi::parser< action< Subject, Action > >::domain
inherited
template<typename Subject , typename Action >
typedef Subject boost::spirit::qi::action< Subject, Action >::subject_type

Constructor & Destructor Documentation

template<typename Subject , typename Action >
boost::spirit::qi::action< Subject, Action >::action ( Subject const &  subject_,
Action  f_ 
)
inline

Member Function Documentation

action< Subject, Action > const& boost::spirit::qi::parser< action< Subject, Action > >::derived ( ) const
inlineinherited
template<typename Subject , typename Action >
template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool boost::spirit::qi::action< Subject, Action >::parse ( Iterator &  first,
Iterator const &  last,
Context &  context,
Skipper const &  skipper,
Attribute &  attr_ 
) const
inline
template<typename Subject , typename Action >
template<typename Context >
info boost::spirit::qi::action< Subject, Action >::what ( Context &  context) const
inline

Member Data Documentation

template<typename Subject , typename Action >
Action boost::spirit::qi::action< Subject, Action >::f
template<typename Subject , typename Action >
Subject boost::spirit::qi::action< Subject, Action >::subject

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