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_char_direct< CharEncoding, Modifiers, A0, no_attribute > Struct Template Reference

#include <char.hpp>

Inheritance diagram for boost::spirit::karma::detail::make_char_direct< CharEncoding, Modifiers, A0, no_attribute >:

Public Types

typedef
spirit::detail::get_encoding_with_case
< Modifiers, CharEncoding,
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

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 A0, bool no_attribute>
typedef spirit::detail::get_encoding_with_case< Modifiers, CharEncoding, lower || upper>::type boost::spirit::karma::detail::make_char_direct< CharEncoding, Modifiers, A0, no_attribute >::encoding
template<typename CharEncoding, typename Modifiers, typename A0, bool no_attribute>
typedef mpl::if_< traits::is_string<A0> , char_set<encoding, tag, no_attribute> , literal_char<encoding, tag, no_attribute> >::type boost::spirit::karma::detail::make_char_direct< CharEncoding, Modifiers, A0, no_attribute >::result_type
template<typename CharEncoding, typename Modifiers, typename A0, bool no_attribute>
typedef detail::get_casetag< Modifiers, lower || upper>::type boost::spirit::karma::detail::make_char_direct< CharEncoding, Modifiers, A0, no_attribute >::tag

Member Function Documentation

template<typename CharEncoding, typename Modifiers, typename A0, bool no_attribute>
template<typename Terminal >
result_type boost::spirit::karma::detail::make_char_direct< CharEncoding, Modifiers, A0, no_attribute >::operator() ( Terminal const &  term,
unused_type   
) const
inline

Member Data Documentation

template<typename CharEncoding, typename Modifiers, typename A0, bool no_attribute>
bool const boost::spirit::karma::detail::make_char_direct< CharEncoding, Modifiers, A0, no_attribute >::lower
static
Initial value:
=
has_modifier<Modifiers, tag::char_code_base<tag::lower> >::value
template<typename CharEncoding, typename Modifiers, typename A0, bool no_attribute>
bool const boost::spirit::karma::detail::make_char_direct< CharEncoding, Modifiers, A0, no_attribute >::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: