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::basic_literal< Modifiers, Encoding > Struct Template Reference

#include <char.hpp>

Inheritance diagram for boost::spirit::karma::detail::basic_literal< Modifiers, Encoding >:

Public Types

typedef literal_char< typename
spirit::detail::get_encoding_with_case
< Modifiers, Encoding, lower||upper >
::type, typename get_casetag
< Modifiers, lower||upper >
::type, true > 
result_type
 

Public Member Functions

template<typename Char >
result_type operator() (Char ch, unused_type) const
 
template<typename Char >
result_type operator() (Char const *str, unused_type) const
 

Static Public Attributes

static bool const lower
 
static bool const upper
 

Member Typedef Documentation

template<typename Modifiers, typename Encoding>
typedef literal_char< typename spirit::detail::get_encoding_with_case< Modifiers, Encoding, lower || upper>::type , typename get_casetag<Modifiers, lower || upper>::type , true> boost::spirit::karma::detail::basic_literal< Modifiers, Encoding >::result_type

Member Function Documentation

template<typename Modifiers, typename Encoding>
template<typename Char >
result_type boost::spirit::karma::detail::basic_literal< Modifiers, Encoding >::operator() ( Char  ch,
unused_type   
) const
inline
template<typename Modifiers, typename Encoding>
template<typename Char >
result_type boost::spirit::karma::detail::basic_literal< Modifiers, Encoding >::operator() ( Char const *  str,
unused_type   
) const
inline

Member Data Documentation

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