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

#include <stream.hpp>

Inheritance diagram for boost::spirit::karma::any_stream_generator< Char, CharEncoding, Tag >:
Collaboration diagram for boost::spirit::karma::any_stream_generator< Char, CharEncoding, Tag >:

Classes

struct  attribute
 

Public Types

typedef mpl::int_
< generator_properties::no_properties
properties
 
typedef any_stream_generator
< Char, CharEncoding, Tag > 
derived_type
 
typedef karma::domain domain
 

Public Member Functions

template<typename Context >
info what (Context &) const
 
any_stream_generator< Char,
CharEncoding, Tag >const & 
derived () const
 

Static Public Member Functions

template<typename OutputIterator , typename Context , typename Delimiter , typename Attribute >
static bool generate (OutputIterator &sink, Context &context, Delimiter const &d, Attribute const &attr)
 
template<typename T , typename Traits , typename Properties , typename Context , typename Delimiter , typename Attribute >
static bool generate (karma::detail::output_iterator< karma::ostream_iterator< T, Char, Traits >, Properties > &sink, Context &context, Delimiter const &d, Attribute const &attr)
 
template<typename OutputIterator , typename Context , typename Delimiter >
static bool generate (OutputIterator &, Context &, Delimiter const &, unused_type)
 

Member Typedef Documentation

typedef any_stream_generator< Char, CharEncoding, Tag > boost::spirit::karma::generator< any_stream_generator< Char, CharEncoding, Tag > >::derived_type
inherited
typedef karma::domain boost::spirit::karma::generator< any_stream_generator< Char, CharEncoding, Tag > >::domain
inherited
typedef mpl::int_<generator_properties::no_properties> boost::spirit::karma::generator< any_stream_generator< Char, CharEncoding, Tag > >::properties
inherited

Member Function Documentation

any_stream_generator< Char, CharEncoding, Tag > const& boost::spirit::karma::generator< any_stream_generator< Char, CharEncoding, Tag > >::derived ( ) const
inlineinherited
template<typename Char , typename CharEncoding , typename Tag >
template<typename OutputIterator , typename Context , typename Delimiter , typename Attribute >
static bool boost::spirit::karma::any_stream_generator< Char, CharEncoding, Tag >::generate ( OutputIterator &  sink,
Context &  context,
Delimiter const &  d,
Attribute const &  attr 
)
inlinestatic
template<typename Char , typename CharEncoding , typename Tag >
template<typename T , typename Traits , typename Properties , typename Context , typename Delimiter , typename Attribute >
static bool boost::spirit::karma::any_stream_generator< Char, CharEncoding, Tag >::generate ( karma::detail::output_iterator< karma::ostream_iterator< T, Char, Traits >, Properties > &  sink,
Context &  context,
Delimiter const &  d,
Attribute const &  attr 
)
inlinestatic
template<typename Char , typename CharEncoding , typename Tag >
template<typename OutputIterator , typename Context , typename Delimiter >
static bool boost::spirit::karma::any_stream_generator< Char, CharEncoding, Tag >::generate ( OutputIterator &  ,
Context &  ,
Delimiter const &  ,
unused_type   
)
inlinestatic
template<typename Char , typename CharEncoding , typename Tag >
template<typename Context >
info boost::spirit::karma::any_stream_generator< Char, CharEncoding, Tag >::what ( Context &  ) const
inline

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