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_binary_generator< T, endian, bits > Struct Template Reference

#include <binary.hpp>

Inheritance diagram for boost::spirit::karma::any_binary_generator< T, endian, bits >:
Collaboration diagram for boost::spirit::karma::any_binary_generator< T, endian, bits >:

Classes

struct  attribute
 

Public Types

typedef mpl::int_
< generator_properties::no_properties
properties
 
typedef any_binary_generator
< T, endian, bits > 
derived_type
 
typedef karma::domain domain
 

Public Member Functions

any_binary_generator< T,
endian, bits >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 OutputIterator , typename Context , typename Delimiter >
static bool generate (OutputIterator &, Context &, Delimiter const &, unused_type)
 
template<typename Context >
static info what (Context const &)
 

Member Typedef Documentation

typedef any_binary_generator< T, endian, bits > boost::spirit::karma::generator< any_binary_generator< T, endian, bits > >::derived_type
inherited

Member Function Documentation

any_binary_generator< T, endian, bits > const& boost::spirit::karma::generator< any_binary_generator< T, endian, bits > >::derived ( ) const
inlineinherited
template<typename T , BOOST_SCOPED_ENUM(boost::endian::endianness) endian, int bits>
template<typename OutputIterator , typename Context , typename Delimiter , typename Attribute >
static bool boost::spirit::karma::any_binary_generator< T, endian, bits >::generate ( OutputIterator &  sink,
Context &  context,
Delimiter const &  d,
Attribute const &  attr 
)
inlinestatic
template<typename T , BOOST_SCOPED_ENUM(boost::endian::endianness) endian, int bits>
template<typename OutputIterator , typename Context , typename Delimiter >
static bool boost::spirit::karma::any_binary_generator< T, endian, bits >::generate ( OutputIterator &  ,
Context &  ,
Delimiter const &  ,
unused_type   
)
inlinestatic
template<typename T , BOOST_SCOPED_ENUM(boost::endian::endianness) endian, int bits>
template<typename Context >
static info boost::spirit::karma::any_binary_generator< T, endian, bits >::what ( Context const &  )
inlinestatic

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