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::literal_string< String, CharEncoding, Tag, no_attribute > Struct Template Reference

#include <lit.hpp>

Inheritance diagram for boost::spirit::karma::literal_string< String, CharEncoding, Tag, no_attribute >:
Collaboration diagram for boost::spirit::karma::literal_string< String, CharEncoding, Tag, no_attribute >:

Classes

struct  attribute
 

Public Types

typedef CharEncoding char_encoding
 
typedef remove_const< typename
traits::char_type_of< String >
::type >::type 
char_type
 
typedef std::basic_string
< char_type
string_type
 
typedef mpl::int_
< generator_properties::no_properties
properties
 
typedef literal_string< String,
CharEncoding, Tag,
no_attribute > 
derived_type
 
typedef karma::domain domain
 

Public Member Functions

 literal_string (typename add_reference< String >::type str)
 
template<typename OutputIterator , typename Context , typename Delimiter , typename Attribute >
bool generate (OutputIterator &sink, Context &context, Delimiter const &d, Attribute const &attr) const
 
template<typename OutputIterator , typename Context , typename Delimiter >
bool generate (OutputIterator &sink, Context &, Delimiter const &d, unused_type) const
 
template<typename Context >
info what (Context const &) const
 
literal_string< String,
CharEncoding, Tag,
no_attribute >const & 
derived () const
 

Public Attributes

string_type str_
 

Member Typedef Documentation

template<typename String , typename CharEncoding , typename Tag , bool no_attribute>
typedef CharEncoding boost::spirit::karma::literal_string< String, CharEncoding, Tag, no_attribute >::char_encoding
template<typename String , typename CharEncoding , typename Tag , bool no_attribute>
typedef remove_const<typename traits::char_type_of<String>::type>::type boost::spirit::karma::literal_string< String, CharEncoding, Tag, no_attribute >::char_type
typedef literal_string< String, CharEncoding, Tag, no_attribute > boost::spirit::karma::generator< literal_string< String, CharEncoding, Tag, no_attribute > >::derived_type
inherited
typedef karma::domain boost::spirit::karma::generator< literal_string< String, CharEncoding, Tag, no_attribute > >::domain
inherited
typedef mpl::int_<generator_properties::no_properties> boost::spirit::karma::generator< literal_string< String, CharEncoding, Tag, no_attribute > >::properties
inherited
template<typename String , typename CharEncoding , typename Tag , bool no_attribute>
typedef std::basic_string<char_type> boost::spirit::karma::literal_string< String, CharEncoding, Tag, no_attribute >::string_type

Constructor & Destructor Documentation

template<typename String , typename CharEncoding , typename Tag , bool no_attribute>
boost::spirit::karma::literal_string< String, CharEncoding, Tag, no_attribute >::literal_string ( typename add_reference< String >::type  str)
inline

Member Function Documentation

literal_string< String, CharEncoding, Tag, no_attribute > const& boost::spirit::karma::generator< literal_string< String, CharEncoding, Tag, no_attribute > >::derived ( ) const
inlineinherited
template<typename String , typename CharEncoding , typename Tag , bool no_attribute>
template<typename OutputIterator , typename Context , typename Delimiter , typename Attribute >
bool boost::spirit::karma::literal_string< String, CharEncoding, Tag, no_attribute >::generate ( OutputIterator &  sink,
Context &  context,
Delimiter const &  d,
Attribute const &  attr 
) const
inline
template<typename String , typename CharEncoding , typename Tag , bool no_attribute>
template<typename OutputIterator , typename Context , typename Delimiter >
bool boost::spirit::karma::literal_string< String, CharEncoding, Tag, no_attribute >::generate ( OutputIterator &  sink,
Context &  ,
Delimiter const &  d,
unused_type   
) const
inline
template<typename String , typename CharEncoding , typename Tag , bool no_attribute>
template<typename Context >
info boost::spirit::karma::literal_string< String, CharEncoding, Tag, no_attribute >::what ( Context const &  ) const
inline

Member Data Documentation

template<typename String , typename CharEncoding , typename Tag , bool no_attribute>
string_type boost::spirit::karma::literal_string< String, CharEncoding, Tag, no_attribute >::str_

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