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< tag::char_code< tag::string, CharEncoding >, Modifiers > Struct Template Reference

#include <lit.hpp>

Public Types

typedef any_string< typename
spirit::detail::get_encoding_with_case
< Modifiers, CharEncoding,
lower||upper >::type, typename
detail::get_casetag< Modifiers,
lower||upper >::type
result_type
 

Public Member Functions

result_type operator() (unused_type, unused_type) const
 

Static Public Attributes

static bool const lower
 
static bool const upper
 

Member Typedef Documentation

template<typename CharEncoding , typename Modifiers >
typedef any_string< typename spirit::detail::get_encoding_with_case< Modifiers, CharEncoding, lower || upper>::type , typename detail::get_casetag<Modifiers, lower || upper>::type > boost::spirit::karma::make_primitive< tag::char_code< tag::string, CharEncoding >, Modifiers >::result_type

Member Function Documentation

template<typename CharEncoding , typename Modifiers >
result_type boost::spirit::karma::make_primitive< tag::char_code< tag::string, CharEncoding >, Modifiers >::operator() ( unused_type  ,
unused_type   
) const
inline

Member Data Documentation

template<typename CharEncoding , typename Modifiers >
bool const boost::spirit::karma::make_primitive< tag::char_code< tag::string, CharEncoding >, Modifiers >::lower
static
Initial value:
=
has_modifier<Modifiers, tag::char_code_base<tag::lower> >::value
template<typename CharEncoding , typename Modifiers >
bool const boost::spirit::karma::make_primitive< tag::char_code< tag::string, CharEncoding >, 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: