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::char_generator< Derived, CharEncoding, Tag, Char, Attr > Struct Template Reference

#include <char_generator.hpp>

Inheritance diagram for boost::spirit::karma::char_generator< Derived, CharEncoding, Tag, Char, Attr >:
Collaboration diagram for boost::spirit::karma::char_generator< Derived, CharEncoding, Tag, Char, Attr >:

Classes

struct  attribute
 

Public Types

typedef CharEncoding char_encoding
 
typedef Tag tag
 
typedef Char char_type
 
typedef mpl::int_
< generator_properties::no_properties
properties
 
typedef Derived derived_type
 
typedef karma::domain domain
 

Public Member Functions

template<typename OutputIterator , typename Context , typename Delimiter , typename Attribute >
bool generate (OutputIterator &sink, Context &context, Delimiter const &d, Attribute const &attr) const
 
Derived const & derived () const
 

Member Typedef Documentation

template<typename Derived, typename CharEncoding, typename Tag, typename Char = typename CharEncoding::char_type, typename Attr = Char>
typedef CharEncoding boost::spirit::karma::char_generator< Derived, CharEncoding, Tag, Char, Attr >::char_encoding
template<typename Derived, typename CharEncoding, typename Tag, typename Char = typename CharEncoding::char_type, typename Attr = Char>
typedef Char boost::spirit::karma::char_generator< Derived, CharEncoding, Tag, Char, Attr >::char_type
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 Derived>
typedef mpl::int_<generator_properties::no_properties> boost::spirit::karma::generator< Derived >::properties
inherited
template<typename Derived, typename CharEncoding, typename Tag, typename Char = typename CharEncoding::char_type, typename Attr = Char>
typedef Tag boost::spirit::karma::char_generator< Derived, CharEncoding, Tag, Char, Attr >::tag

Member Function Documentation

template<typename Derived>
Derived const& boost::spirit::karma::generator< Derived >::derived ( ) const
inlineinherited
template<typename Derived, typename CharEncoding, typename Tag, typename Char = typename CharEncoding::char_type, typename Attr = Char>
template<typename OutputIterator , typename Context , typename Delimiter , typename Attribute >
bool boost::spirit::karma::char_generator< Derived, CharEncoding, Tag, Char, Attr >::generate ( OutputIterator &  sink,
Context &  context,
Delimiter const &  d,
Attribute const &  attr 
) const
inline

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