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::base_plus< Subject, Strict, Derived > Struct Template Reference

#include <plus.hpp>

Inheritance diagram for boost::spirit::karma::base_plus< Subject, Strict, Derived >:
Collaboration diagram for boost::spirit::karma::base_plus< Subject, Strict, Derived >:

Classes

struct  attribute
 

Public Types

typedef Subject subject_type
 
typedef subject_type::properties properties
 
typedef Derived derived_type
 
typedef karma::domain domain
 

Public Member Functions

 base_plus (Subject const &subject)
 
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
 
Derived const & derived () const
 

Public Attributes

Subject subject
 

Member Typedef Documentation

template<typename Derived>
typedef Derived boost::spirit::karma::generator< Derived >::derived_type
inherited
template<typename Derived>
typedef karma::domain boost::spirit::karma::generator< Derived >::domain
inherited
template<typename Subject, typename Strict, typename Derived>
typedef subject_type::properties boost::spirit::karma::base_plus< Subject, Strict, Derived >::properties
template<typename Subject, typename Strict, typename Derived>
typedef Subject boost::spirit::karma::base_plus< Subject, Strict, Derived >::subject_type

Constructor & Destructor Documentation

template<typename Subject, typename Strict, typename Derived>
boost::spirit::karma::base_plus< Subject, Strict, Derived >::base_plus ( Subject const &  subject)
inline

Member Function Documentation

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

Member Data Documentation

template<typename Subject, typename Strict, typename Derived>
Subject boost::spirit::karma::base_plus< Subject, Strict, Derived >::subject

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