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::list< Left, Right > Struct Template Reference

#include <list.hpp>

Inheritance diagram for boost::spirit::karma::list< Left, Right >:
Collaboration diagram for boost::spirit::karma::list< Left, Right >:

Public Types

typedef base_list< Left, Right,
mpl::false_, list
base_list_
 
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 list< Left, Right > derived_type
 
typedef karma::domain domain
 

Public Member Functions

 list (Left const &left, Right const &right)
 
bool generate (OutputIterator &sink, Context &ctx, Delimiter const &d, Attribute const &attr) const
 
info what (Context &context) const
 
list< Left, Right >const & derived () const
 

Public Attributes

Left left
 
Right right
 

Member Typedef Documentation

template<typename Left , typename Right >
typedef base_list<Left, Right, mpl::false_, list> boost::spirit::karma::list< Left, Right >::base_list_
typedef list< Left, Right > boost::spirit::karma::generator< list< Left, Right > >::derived_type
inherited
typedef karma::domain boost::spirit::karma::generator< list< Left, Right > >::domain
inherited
typedef Left boost::spirit::karma::base_list< Left, Right, mpl::false_ , list< Left, Right > >::left_type
inherited
typedef mpl::int_< left_type::properties::value | right_type::properties::value | generator_properties::buffering | generator_properties::counting > boost::spirit::karma::base_list< Left, Right, mpl::false_ , list< Left, Right > >::properties
inherited
typedef Right boost::spirit::karma::base_list< Left, Right, mpl::false_ , list< Left, Right > >::right_type
inherited

Constructor & Destructor Documentation

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

Member Function Documentation

list< Left, Right > const& boost::spirit::karma::generator< list< Left, Right > >::derived ( ) const
inlineinherited
bool boost::spirit::karma::base_list< Left, Right, mpl::false_ , list< Left, Right > >::generate ( OutputIterator &  sink,
Context &  ctx,
Delimiter const &  d,
Attribute const &  attr 
) const
inlineinherited
info boost::spirit::karma::base_list< Left, Right, mpl::false_ , list< Left, Right > >::what ( Context &  context) const
inlineinherited

Member Data Documentation

Left boost::spirit::karma::base_list< Left, Right, mpl::false_ , list< Left, Right > >::left
inherited
Right boost::spirit::karma::base_list< Left, Right, mpl::false_ , list< Left, Right > >::right
inherited

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