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::make_primitive< terminal_ex< tag::lit, fusion::vector1< A0 > >, Modifiers, typename enable_if< traits::is_uint< A0 > >::type > Struct Template Reference

#include <uint.hpp>

Public Types

typedef literal_uint_generator
< typename remove_const< A0 >
::type, typename
spirit::detail::get_encoding_with_case
< Modifiers, unused_type,
lower||upper >::type, typename
detail::get_casetag< Modifiers,
lower||upper >::type, 10, true > 
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 Modifiers , typename A0 >
typedef literal_uint_generator< typename remove_const<A0>::type , typename spirit::detail::get_encoding_with_case< Modifiers, unused_type, lower || upper>::type , typename detail::get_casetag<Modifiers, lower || upper>::type , 10, true > boost::spirit::karma::make_primitive< terminal_ex< tag::lit, fusion::vector1< A0 > >, Modifiers, typename enable_if< traits::is_uint< A0 > >::type >::result_type

Member Function Documentation

template<typename Modifiers , typename A0 >
template<typename Terminal >
result_type boost::spirit::karma::make_primitive< terminal_ex< tag::lit, fusion::vector1< A0 > >, Modifiers, typename enable_if< traits::is_uint< A0 > >::type >::operator() ( Terminal const &  term,
unused_type   
) const
inline

Member Data Documentation

template<typename Modifiers , typename A0 >
bool const boost::spirit::karma::make_primitive< terminal_ex< tag::lit, fusion::vector1< A0 > >, Modifiers, typename enable_if< traits::is_uint< A0 > >::type >::lower
static
Initial value:
=
has_modifier<Modifiers, tag::char_code_base<tag::lower> >::value
template<typename Modifiers , typename A0 >
bool const boost::spirit::karma::make_primitive< terminal_ex< tag::lit, fusion::vector1< A0 > >, Modifiers, typename enable_if< traits::is_uint< A0 > >::type >::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: