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

#include <left_alignment.hpp>

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

Classes

struct  attribute
 

Public Types

typedef Subject subject_type
 
typedef mpl::int_
< generator_properties::counting|subject_type::properties::value > 
properties
 
typedef simple_left_alignment
< Subject, Width > 
derived_type
 
typedef karma::domain domain
 

Public Member Functions

 simple_left_alignment (Subject const &subject, 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
 
simple_left_alignment< Subject,
Width >const & 
derived () const
 

Public Attributes

Subject subject
 
Width width
 

Member Typedef Documentation

typedef simple_left_alignment< Subject, Width > boost::spirit::karma::generator< simple_left_alignment< Subject, Width > >::derived_type
inherited
template<typename Subject , typename Width = detail::default_width>
typedef mpl::int_< generator_properties::counting | subject_type::properties::value > boost::spirit::karma::simple_left_alignment< Subject, Width >::properties
template<typename Subject , typename Width = detail::default_width>
typedef Subject boost::spirit::karma::simple_left_alignment< Subject, Width >::subject_type

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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

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