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_uint_generator< T, CharEncoding, Tag, Radix > Struct Template Reference

#include <uint.hpp>

Inheritance diagram for boost::spirit::karma::any_uint_generator< T, CharEncoding, Tag, Radix >:
Collaboration diagram for boost::spirit::karma::any_uint_generator< T, CharEncoding, Tag, Radix >:

Classes

struct  attribute
 

Public Types

typedef mpl::int_
< generator_properties::no_properties
properties
 
typedef any_uint_generator< T,
CharEncoding, Tag, Radix > 
derived_type
 
typedef karma::domain domain
 

Public Member Functions

 BOOST_SPIRIT_ASSERT_MSG (Radix >=2 &&Radix<=36, not_supported_radix,())
 
 BOOST_SPIRIT_ASSERT_MSG (mpl::not_< mpl::bool_< std::numeric_limits< T >::is_signed > >::value, signed_unsigned_mismatch,())
 
any_uint_generator< T,
CharEncoding, Tag, Radix >
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_uint_generator< T, CharEncoding, Tag, Radix > boost::spirit::karma::generator< any_uint_generator< T, CharEncoding, Tag, Radix > >::derived_type
inherited
typedef karma::domain boost::spirit::karma::generator< any_uint_generator< T, CharEncoding, Tag, Radix > >::domain
inherited
typedef mpl::int_<generator_properties::no_properties> boost::spirit::karma::generator< any_uint_generator< T, CharEncoding, Tag, Radix > >::properties
inherited

Member Function Documentation

template<typename T , typename CharEncoding , typename Tag , unsigned Radix>
boost::spirit::karma::any_uint_generator< T, CharEncoding, Tag, Radix >::BOOST_SPIRIT_ASSERT_MSG ( Radix >=2 &&Radix<=  36,
not_supported_radix  ,
()   
)
template<typename T , typename CharEncoding , typename Tag , unsigned Radix>
boost::spirit::karma::any_uint_generator< T, CharEncoding, Tag, Radix >::BOOST_SPIRIT_ASSERT_MSG ( mpl::not_< mpl::bool_< std::numeric_limits< T >::is_signed > >::value  ,
signed_unsigned_mismatch  ,
()   
)
any_uint_generator< T, CharEncoding, Tag, Radix > const& boost::spirit::karma::generator< any_uint_generator< T, CharEncoding, Tag, Radix > >::derived ( ) const
inlineinherited
template<typename T , typename CharEncoding , typename Tag , unsigned Radix>
template<typename OutputIterator , typename Context , typename Delimiter , typename Attribute >
static bool boost::spirit::karma::any_uint_generator< T, CharEncoding, Tag, Radix >::generate ( OutputIterator &  sink,
Context &  context,
Delimiter const &  d,
Attribute const &  attr 
)
inlinestatic
template<typename T , typename CharEncoding , typename Tag , unsigned Radix>
template<typename OutputIterator , typename Context , typename Delimiter >
static bool boost::spirit::karma::any_uint_generator< T, CharEncoding, Tag, Radix >::generate ( OutputIterator &  ,
Context &  ,
Delimiter const &  ,
unused_type   
)
inlinestatic
template<typename T , typename CharEncoding , typename Tag , unsigned Radix>
template<typename Context >
static info boost::spirit::karma::any_uint_generator< T, CharEncoding, Tag, Radix >::what ( Context const &  )
inlinestatic

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