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::stream_tag< Char >, fusion::vector1< A0 > >, Modifiers > Struct Template Reference

#include <stream.hpp>

Inheritance diagram for boost::spirit::karma::make_primitive< terminal_ex< tag::stream_tag< Char >, fusion::vector1< A0 > >, Modifiers >:
Collaboration diagram for boost::spirit::karma::make_primitive< terminal_ex< tag::stream_tag< Char >, fusion::vector1< A0 > >, Modifiers >:

Public Types

typedef add_const< A0 >::type const_attribute
 
typedef lit_stream_generator
< const_attribute, Char,
typename
spirit::detail::get_encoding_with_case
< Modifiers, unused_type,
lower||upper >::type, typename
detail::get_casetag< Modifiers,
lower||upper >::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 Char, typename A0, typename Modifiers>
typedef add_const<A0>::type boost::spirit::karma::make_any_stream< Char, A0, Modifiers >::const_attribute
inherited
template<typename Char, typename A0, typename Modifiers>
typedef lit_stream_generator< const_attribute, Char , typename spirit::detail::get_encoding_with_case< Modifiers, unused_type, lower || upper>::type , typename detail::get_casetag<Modifiers, lower || upper>::type > boost::spirit::karma::make_any_stream< Char, A0, Modifiers >::result_type
inherited

Member Function Documentation

template<typename Char, typename A0, typename Modifiers>
template<typename Terminal >
result_type boost::spirit::karma::make_any_stream< Char, A0, Modifiers >::operator() ( Terminal const &  term,
unused_type   
) const
inlineinherited

Member Data Documentation

template<typename Char, typename A0, typename Modifiers>
bool const boost::spirit::karma::make_any_stream< Char, A0, Modifiers >::lower
staticinherited
Initial value:
=
has_modifier<Modifiers, tag::char_code_base<tag::lower> >::value
template<typename Char, typename A0, typename Modifiers>
bool const boost::spirit::karma::make_any_stream< Char, A0, Modifiers >::upper
staticinherited
Initial value:
=
has_modifier<Modifiers, tag::char_code_base<tag::upper> >::value

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