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::maxwidth_width< Subject, Width, Rest > Struct Template Reference

#include <maxwidth.hpp>

Inheritance diagram for boost::spirit::karma::maxwidth_width< Subject, Width, Rest >:
Collaboration diagram for boost::spirit::karma::maxwidth_width< Subject, Width, Rest >:

Classes

struct  attribute
 

Public Types

typedef Subject subject_type
 
typedef mpl::int_
< generator_properties::countingbuffer|subject_type::properties::value > 
properties
 
typedef maxwidth_width
< Subject, Width, Rest > 
derived_type
 
typedef karma::domain domain
 

Public Member Functions

 maxwidth_width (Subject const &subject, Width const &w=Width(), Rest const &r=Rest())
 
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
 
maxwidth_width< Subject, Width,
Rest >const & 
derived () const
 

Public Attributes

Subject subject
 
Width width
 
Rest rest
 

Member Typedef Documentation

typedef maxwidth_width< Subject, Width, Rest > boost::spirit::karma::generator< maxwidth_width< Subject, Width, Rest > >::derived_type
inherited
typedef karma::domain boost::spirit::karma::generator< maxwidth_width< Subject, Width, Rest > >::domain
inherited
template<typename Subject , typename Width = detail::default_max_width, typename Rest = unused_type>
typedef mpl::int_< generator_properties::countingbuffer | subject_type::properties::value > boost::spirit::karma::maxwidth_width< Subject, Width, Rest >::properties
template<typename Subject , typename Width = detail::default_max_width, typename Rest = unused_type>
typedef Subject boost::spirit::karma::maxwidth_width< Subject, Width, Rest >::subject_type

Constructor & Destructor Documentation

template<typename Subject , typename Width = detail::default_max_width, typename Rest = unused_type>
boost::spirit::karma::maxwidth_width< Subject, Width, Rest >::maxwidth_width ( Subject const &  subject,
Width const &  w = Width(),
Rest const &  r = Rest() 
)
inline

Member Function Documentation

maxwidth_width< Subject, Width, Rest > const& boost::spirit::karma::generator< maxwidth_width< Subject, Width, Rest > >::derived ( ) const
inlineinherited
template<typename Subject , typename Width = detail::default_max_width, typename Rest = unused_type>
template<typename OutputIterator , typename Context , typename Delimiter , typename Attribute >
bool boost::spirit::karma::maxwidth_width< Subject, Width, Rest >::generate ( OutputIterator &  sink,
Context &  ctx,
Delimiter const &  d,
Attribute const &  attr 
) const
inline
template<typename Subject , typename Width = detail::default_max_width, typename Rest = unused_type>
template<typename Context >
info boost::spirit::karma::maxwidth_width< Subject, Width, Rest >::what ( Context &  context) const
inline

Member Data Documentation

template<typename Subject , typename Width = detail::default_max_width, typename Rest = unused_type>
Rest boost::spirit::karma::maxwidth_width< Subject, Width, Rest >::rest
template<typename Subject , typename Width = detail::default_max_width, typename Rest = unused_type>
Subject boost::spirit::karma::maxwidth_width< Subject, Width, Rest >::subject
template<typename Subject , typename Width = detail::default_max_width, typename Rest = unused_type>
Width boost::spirit::karma::maxwidth_width< Subject, Width, Rest >::width

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