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_list< Left, Right, Strict, Derived > Struct Template Reference

#include <list.hpp>

Inheritance diagram for boost::spirit::karma::base_list< Left, Right, Strict, Derived >:
Collaboration diagram for boost::spirit::karma::base_list< Left, Right, Strict, Derived >:

Classes

struct  attribute
 

Public Types

typedef Left left_type
 
typedef Right right_type
 
typedef mpl::int_
< left_type::properties::value|right_type::properties::value|generator_properties::buffering|generator_properties::counting
properties
 
typedef Derived derived_type
 
typedef karma::domain domain
 

Public Member Functions

 base_list (Left const &left, Right const &right)
 
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

Left left
 
Right right
 

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 Left, typename Right, typename Strict, typename Derived>
typedef Left boost::spirit::karma::base_list< Left, Right, Strict, Derived >::left_type
template<typename Left, typename Right, typename Strict, typename Derived>
typedef mpl::int_< left_type::properties::value | right_type::properties::value | generator_properties::buffering | generator_properties::counting > boost::spirit::karma::base_list< Left, Right, Strict, Derived >::properties
template<typename Left, typename Right, typename Strict, typename Derived>
typedef Right boost::spirit::karma::base_list< Left, Right, Strict, Derived >::right_type

Constructor & Destructor Documentation

template<typename Left, typename Right, typename Strict, typename Derived>
boost::spirit::karma::base_list< Left, Right, Strict, Derived >::base_list ( Left const &  left,
Right const &  right 
)
inline

Member Function Documentation

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

Member Data Documentation

template<typename Left, typename Right, typename Strict, typename Derived>
Left boost::spirit::karma::base_list< Left, Right, Strict, Derived >::left

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