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_sequence< Elements, Strict, Derived > Struct Template Reference

#include <sequence.hpp>

Inheritance diagram for boost::spirit::karma::base_sequence< Elements, Strict, Derived >:
Collaboration diagram for boost::spirit::karma::base_sequence< Elements, Strict, Derived >:

Classes

struct  attribute
 

Public Types

typedef
traits::sequence_properties
< Elements >::type 
properties
 
typedef Elements elements_type
 
typedef Derived derived_type
 
typedef karma::domain domain
 

Public Member Functions

 base_sequence (Elements const &elements)
 
template<typename OutputIterator , typename Context , typename Delimiter , typename Attribute , typename Pred1 , typename Pred2 >
bool generate_impl (OutputIterator &sink, Context &ctx, Delimiter const &d, Attribute &attr_, Pred1, Pred2) const
 
template<typename OutputIterator , typename Context , typename Delimiter , typename Attribute >
bool generate_impl (OutputIterator &sink, Context &ctx, Delimiter const &d, Attribute const &attr_, mpl::true_, mpl::false_) const
 
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

Elements elements
 

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 Elements, typename Strict, typename Derived>
typedef Elements boost::spirit::karma::base_sequence< Elements, Strict, Derived >::elements_type
template<typename Elements, typename Strict, typename Derived>
typedef traits::sequence_properties<Elements>::type boost::spirit::karma::base_sequence< Elements, Strict, Derived >::properties

Constructor & Destructor Documentation

template<typename Elements, typename Strict, typename Derived>
boost::spirit::karma::base_sequence< Elements, Strict, Derived >::base_sequence ( Elements const &  elements)
inline

Member Function Documentation

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

Member Data Documentation


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