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::detail::make_uint_direct< T, Modifiers, Radix > Struct Template Reference

#include <uint.hpp>

Inheritance diagram for boost::spirit::karma::detail::make_uint_direct< T, Modifiers, Radix >:

Public Types

typedef literal_uint_generator
< T, typename
spirit::detail::get_encoding_with_case
< Modifiers, unused_type,
lower||upper >::type, typename
detail::get_casetag< Modifiers,
lower||upper >::type, Radix,
false > 
result_type
 

Public Member Functions

template<typename Terminal >
result_type operator() (Terminal const &term, unused_type) const
 

Static Public Attributes

static bool const lower
 
static bool const upper
 

Member Typedef Documentation

template<typename T, typename Modifiers, unsigned Radix = 10>
typedef literal_uint_generator< T , typename spirit::detail::get_encoding_with_case< Modifiers, unused_type, lower || upper>::type , typename detail::get_casetag<Modifiers, lower || upper>::type , Radix, false > boost::spirit::karma::detail::make_uint_direct< T, Modifiers, Radix >::result_type

Member Function Documentation

template<typename T, typename Modifiers, unsigned Radix = 10>
template<typename Terminal >
result_type boost::spirit::karma::detail::make_uint_direct< T, Modifiers, Radix >::operator() ( Terminal const &  term,
unused_type   
) const
inline

Member Data Documentation

template<typename T, typename Modifiers, unsigned Radix = 10>
bool const boost::spirit::karma::detail::make_uint_direct< T, Modifiers, Radix >::lower
static
Initial value:
=
has_modifier<Modifiers, tag::char_code_base<tag::lower> >::value
template<typename T, typename Modifiers, unsigned Radix = 10>
bool const boost::spirit::karma::detail::make_uint_direct< T, Modifiers, Radix >::upper
static
Initial value:
=
has_modifier<Modifiers, tag::char_code_base<tag::upper> >::value

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