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::char_code< tag::char_, CharEncoding >, fusion::vector1< Char(&)[2]> >, Modifiers > Struct Template Reference

#include <char.hpp>

Public Types

typedef literal_char< typename
spirit::detail::get_encoding_with_case
< Modifiers, CharEncoding,
lower||upper >::type, typename
detail::get_casetag< Modifiers,
lower||upper >::type, 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 CharEncoding , typename Modifiers , typename Char >
typedef literal_char< typename spirit::detail::get_encoding_with_case< Modifiers, CharEncoding, lower || upper>::type , typename detail::get_casetag<Modifiers, lower || upper>::type , false > boost::spirit::karma::make_primitive< terminal_ex< tag::char_code< tag::char_, CharEncoding >, fusion::vector1< Char(&)[2]> >, Modifiers >::result_type

Member Function Documentation

template<typename CharEncoding , typename Modifiers , typename Char >
template<typename Terminal >
result_type boost::spirit::karma::make_primitive< terminal_ex< tag::char_code< tag::char_, CharEncoding >, fusion::vector1< Char(&)[2]> >, Modifiers >::operator() ( Terminal const &  term,
unused_type   
) const
inline

Member Data Documentation

template<typename CharEncoding , typename Modifiers , typename Char >
bool const boost::spirit::karma::make_primitive< terminal_ex< tag::char_code< tag::char_, CharEncoding >, fusion::vector1< Char(&)[2]> >, Modifiers >::lower
static
Initial value:
=
has_modifier<Modifiers, tag::char_code_base<tag::lower> >::value
template<typename CharEncoding , typename Modifiers , typename Char >
bool const boost::spirit::karma::make_primitive< terminal_ex< tag::char_code< tag::char_, CharEncoding >, fusion::vector1< Char(&)[2]> >, Modifiers >::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: