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::padding_center_alignment< Subject, Padding, Width > Struct Template Reference

#include <center_alignment.hpp>

Inheritance diagram for boost::spirit::karma::padding_center_alignment< Subject, Padding, Width >:
Collaboration diagram for boost::spirit::karma::padding_center_alignment< Subject, Padding, Width >:

Classes

struct  attribute
 

Public Types

typedef Subject subject_type
 
typedef Padding padding_type
 
typedef mpl::int_
< generator_properties::countingbuffer|subject_type::properties::value|padding_type::properties::value > 
properties
 
typedef
padding_center_alignment
< Subject, Padding, Width > 
derived_type
 
typedef karma::domain domain
 

Public Member Functions

 padding_center_alignment (Subject const &subject, Padding const &padding, Width width=Width())
 
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
 
padding_center_alignment
< Subject, Padding, Width >
const & 
derived () const
 

Public Attributes

Subject subject
 
Padding padding
 
Width width
 

Member Typedef Documentation

typedef padding_center_alignment< Subject, Padding, Width > boost::spirit::karma::generator< padding_center_alignment< Subject, Padding, Width > >::derived_type
inherited
typedef karma::domain boost::spirit::karma::generator< padding_center_alignment< Subject, Padding, Width > >::domain
inherited
template<typename Subject , typename Padding , typename Width = detail::default_width>
typedef Padding boost::spirit::karma::padding_center_alignment< Subject, Padding, Width >::padding_type
template<typename Subject , typename Padding , typename Width = detail::default_width>
typedef mpl::int_< generator_properties::countingbuffer | subject_type::properties::value | padding_type::properties::value > boost::spirit::karma::padding_center_alignment< Subject, Padding, Width >::properties
template<typename Subject , typename Padding , typename Width = detail::default_width>
typedef Subject boost::spirit::karma::padding_center_alignment< Subject, Padding, Width >::subject_type

Constructor & Destructor Documentation

template<typename Subject , typename Padding , typename Width = detail::default_width>
boost::spirit::karma::padding_center_alignment< Subject, Padding, Width >::padding_center_alignment ( Subject const &  subject,
Padding const &  padding,
Width  width = Width() 
)
inline

Member Function Documentation

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

Member Data Documentation

template<typename Subject , typename Padding , typename Width = detail::default_width>
Padding boost::spirit::karma::padding_center_alignment< Subject, Padding, Width >::padding
template<typename Subject , typename Padding , typename Width = detail::default_width>
Subject boost::spirit::karma::padding_center_alignment< Subject, Padding, Width >::subject
template<typename Subject , typename Padding , typename Width = detail::default_width>
Width boost::spirit::karma::padding_center_alignment< Subject, Padding, Width >::width

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