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

#include <uint.hpp>

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

Classes

struct  attribute
 

Public Types

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

Public Member Functions

 literal_uint_generator (typename add_const< T >::type n)
 
 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,())
 
template<typename OutputIterator , typename Context , typename Delimiter , typename Attribute >
bool generate (OutputIterator &sink, Context &context, Delimiter const &d, Attribute const &attr) const
 
template<typename OutputIterator , typename Context , typename Delimiter >
bool generate (OutputIterator &sink, Context &, Delimiter const &d, unused_type) const
 
literal_uint_generator< T,
CharEncoding, Tag, Radix,
no_attribute >const & 
derived () const
 

Static Public Member Functions

template<typename Context >
static info what (Context const &)
 

Public Attributes

T n_
 

Member Typedef Documentation

typedef literal_uint_generator< T, CharEncoding, Tag, Radix, no_attribute > boost::spirit::karma::generator< literal_uint_generator< T, CharEncoding, Tag, Radix, no_attribute > >::derived_type
inherited
typedef karma::domain boost::spirit::karma::generator< literal_uint_generator< T, CharEncoding, Tag, Radix, no_attribute > >::domain
inherited
typedef mpl::int_<generator_properties::no_properties> boost::spirit::karma::generator< literal_uint_generator< T, CharEncoding, Tag, Radix, no_attribute > >::properties
inherited

Constructor & Destructor Documentation

template<typename T , typename CharEncoding , typename Tag , unsigned Radix, bool no_attribute>
boost::spirit::karma::literal_uint_generator< T, CharEncoding, Tag, Radix, no_attribute >::literal_uint_generator ( typename add_const< T >::type  n)
inline

Member Function Documentation

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

Member Data Documentation

template<typename T , typename CharEncoding , typename Tag , unsigned Radix, bool no_attribute>
T boost::spirit::karma::literal_uint_generator< T, CharEncoding, Tag, Radix, no_attribute >::n_

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