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

#include <action.hpp>

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

Classes

struct  attribute
 

Public Types

typedef Subject subject_type
 
typedef subject_type::properties properties
 
typedef action< Subject, Action > derived_type
 
typedef karma::domain domain
 

Public Member Functions

 action (Subject const &subject, Action f)
 
template<typename OutputIterator , typename Context , typename Delimiter , typename Attribute >
bool generate (OutputIterator &sink, Context &ctx, Delimiter const &d, Attribute const &attr_) const
 
template<typename Context >
info what (Context &context) const
 
action< Subject, Action >const & derived () const
 

Public Attributes

subject_type subject
 
Action f
 

Member Typedef Documentation

typedef action< Subject, Action > boost::spirit::karma::generator< action< Subject, Action > >::derived_type
inherited
typedef karma::domain boost::spirit::karma::generator< action< Subject, Action > >::domain
inherited
template<typename Subject , typename Action >
typedef subject_type::properties boost::spirit::karma::action< Subject, Action >::properties
template<typename Subject , typename Action >
typedef Subject boost::spirit::karma::action< Subject, Action >::subject_type

Constructor & Destructor Documentation

template<typename Subject , typename Action >
boost::spirit::karma::action< Subject, Action >::action ( Subject const &  subject,
Action  f 
)
inline

Member Function Documentation

action< Subject, Action > const& boost::spirit::karma::generator< action< Subject, Action > >::derived ( ) const
inlineinherited
template<typename Subject , typename Action >
template<typename OutputIterator , typename Context , typename Delimiter , typename Attribute >
bool boost::spirit::karma::action< Subject, Action >::generate ( OutputIterator &  sink,
Context &  ctx,
Delimiter const &  d,
Attribute const &  attr_ 
) const
inline
template<typename Subject , typename Action >
template<typename Context >
info boost::spirit::karma::action< Subject, Action >::what ( Context &  context) const
inline

Member Data Documentation

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

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