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_char< A0 > >::type > Struct Template Reference

#include <char.hpp>

Inheritance diagram for boost::spirit::karma::make_primitive< terminal_ex< tag::lit, fusion::vector1< A0 > >, Modifiers, typename enable_if< traits::is_char< A0 > >::type >:
Collaboration diagram for boost::spirit::karma::make_primitive< terminal_ex< tag::lit, fusion::vector1< A0 > >, Modifiers, typename enable_if< traits::is_char< A0 > >::type >:

Public Types

typedef
spirit::detail::get_encoding_with_case
< Modifiers,
traits::char_encoding_from_char
< traits::char_type_of< A0 >
::type >::type, lower||upper >
::type 
encoding
 
typedef detail::get_casetag
< Modifiers, lower||upper >
::type 
tag
 
typedef mpl::if_
< traits::is_string< A0 >
, char_set< encoding, tag,
no_attribute >, literal_char
< encoding, tag, no_attribute >
>::type 
result_type
 

Public Member Functions

result_type operator() (Terminal const &term, unused_type) const
 

Static Public Attributes

static bool const lower
 
static bool const upper
 

Member Typedef Documentation

typedef spirit::detail::get_encoding_with_case< Modifiers, traits::char_encoding_from_char< traits::char_type_of< A0 >::type >::type , lower || upper>::type boost::spirit::karma::detail::make_char_direct< traits::char_encoding_from_char< traits::char_type_of< A0 >::type >::type , Modifiers, A0, no_attribute >::encoding
inherited
typedef detail::get_casetag< Modifiers, lower || upper>::type boost::spirit::karma::detail::make_char_direct< traits::char_encoding_from_char< traits::char_type_of< A0 >::type >::type , Modifiers, A0, no_attribute >::tag
inherited

Member Function Documentation

result_type boost::spirit::karma::detail::make_char_direct< traits::char_encoding_from_char< traits::char_type_of< A0 >::type >::type , Modifiers, A0, no_attribute >::operator() ( Terminal const &  term,
unused_type   
) const
inlineinherited

Member Data Documentation

bool const boost::spirit::karma::detail::make_char_direct< traits::char_encoding_from_char< traits::char_type_of< A0 >::type >::type , Modifiers, A0, no_attribute >::lower
staticinherited
bool const boost::spirit::karma::detail::make_char_direct< traits::char_encoding_from_char< traits::char_type_of< A0 >::type >::type , Modifiers, A0, no_attribute >::upper
staticinherited

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