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::sequence< Elements > Struct Template Reference

#include <sequence.hpp>

Inheritance diagram for boost::spirit::karma::sequence< Elements >:
Collaboration diagram for boost::spirit::karma::sequence< Elements >:

Public Types

typedef base_sequence
< Elements, mpl::false_,
sequence
base_sequence_
 
typedef
traits::sequence_properties
< Elements >::type 
properties
 
typedef Elements elements_type
 
typedef sequence< Elements > derived_type
 
typedef karma::domain domain
 

Public Member Functions

 sequence (Elements const &subject)
 
bool generate_impl (OutputIterator &sink, Context &ctx, Delimiter const &d, Attribute &attr_, Pred1, Pred2) const
 
bool generate_impl (OutputIterator &sink, Context &ctx, Delimiter const &d, Attribute const &attr_, mpl::true_, mpl::false_) const
 
bool generate (OutputIterator &sink, Context &ctx, Delimiter const &d, Attribute const &attr) const
 
info what (Context &context) const
 
sequence< Elements >const & derived () const
 

Public Attributes

Elements elements
 

Member Typedef Documentation

template<typename Elements >
typedef base_sequence<Elements, mpl::false_, sequence> boost::spirit::karma::sequence< Elements >::base_sequence_
typedef sequence< Elements > boost::spirit::karma::generator< sequence< Elements > >::derived_type
inherited
typedef karma::domain boost::spirit::karma::generator< sequence< Elements > >::domain
inherited
typedef Elements boost::spirit::karma::base_sequence< Elements, mpl::false_ , sequence< Elements > >::elements_type
inherited
typedef traits::sequence_properties<Elements>::type boost::spirit::karma::base_sequence< Elements, mpl::false_ , sequence< Elements > >::properties
inherited

Constructor & Destructor Documentation

template<typename Elements >
boost::spirit::karma::sequence< Elements >::sequence ( Elements const &  subject)
inline

Member Function Documentation

sequence< Elements > const& boost::spirit::karma::generator< sequence< Elements > >::derived ( ) const
inlineinherited
bool boost::spirit::karma::base_sequence< Elements, mpl::false_ , sequence< Elements > >::generate ( OutputIterator &  sink,
Context &  ctx,
Delimiter const &  d,
Attribute const &  attr 
) const
inlineinherited
bool boost::spirit::karma::base_sequence< Elements, mpl::false_ , sequence< Elements > >::generate_impl ( OutputIterator &  sink,
Context &  ctx,
Delimiter const &  d,
Attribute &  attr_,
Pred1  ,
Pred2   
) const
inlineinherited
bool boost::spirit::karma::base_sequence< Elements, mpl::false_ , sequence< Elements > >::generate_impl ( OutputIterator &  sink,
Context &  ctx,
Delimiter const &  d,
Attribute const &  attr_,
mpl::true_  ,
mpl::false_   
) const
inlineinherited
info boost::spirit::karma::base_sequence< Elements, mpl::false_ , sequence< Elements > >::what ( Context &  context) const
inlineinherited

Member Data Documentation

Elements boost::spirit::karma::base_sequence< Elements, mpl::false_ , sequence< Elements > >::elements
inherited

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