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::char_range< CharEncoding, Tag > Struct Template Reference

#include <char.hpp>

Inheritance diagram for boost::spirit::karma::char_range< CharEncoding, Tag >:
Collaboration diagram for boost::spirit::karma::char_range< CharEncoding, Tag >:

Public Types

typedef CharEncoding::char_type char_type
 
typedef CharEncoding char_encoding
 
typedef Tag tag
 
typedef mpl::int_
< generator_properties::no_properties
properties
 
typedef char_range
< CharEncoding, Tag > 
derived_type
 
typedef karma::domain domain
 

Public Member Functions

 char_range (char_type from, char_type to)
 
template<typename Attribute , typename CharParam , typename Context >
bool test (Attribute const &attr, CharParam &ch, Context &) const
 
template<typename CharParam , typename Context >
bool test (unused_type, CharParam &, Context &) const
 
template<typename Context >
info what (Context &) const
 
bool generate (OutputIterator &sink, Context &context, Delimiter const &d, Attribute const &attr) const
 
char_range< CharEncoding, Tag >
const & 
derived () const
 

Public Attributes

char_type from
 
char_type to
 

Member Typedef Documentation

template<typename CharEncoding , typename Tag >
typedef CharEncoding boost::spirit::karma::char_range< CharEncoding, Tag >::char_encoding
template<typename CharEncoding , typename Tag >
typedef CharEncoding::char_type boost::spirit::karma::char_range< CharEncoding, Tag >::char_type
typedef char_range< CharEncoding, Tag > boost::spirit::karma::generator< char_range< CharEncoding, Tag > >::derived_type
inherited
typedef karma::domain boost::spirit::karma::generator< char_range< CharEncoding, Tag > >::domain
inherited
typedef mpl::int_<generator_properties::no_properties> boost::spirit::karma::generator< char_range< CharEncoding, Tag > >::properties
inherited
typedef Tag boost::spirit::karma::char_generator< char_range< CharEncoding, Tag > , CharEncoding, Tag, Char, Attr >::tag
inherited

Constructor & Destructor Documentation

template<typename CharEncoding , typename Tag >
boost::spirit::karma::char_range< CharEncoding, Tag >::char_range ( char_type  from,
char_type  to 
)
inline

Member Function Documentation

char_range< CharEncoding, Tag > const& boost::spirit::karma::generator< char_range< CharEncoding, Tag > >::derived ( ) const
inlineinherited
bool boost::spirit::karma::char_generator< char_range< CharEncoding, Tag > , CharEncoding, Tag, Char, Attr >::generate ( OutputIterator &  sink,
Context &  context,
Delimiter const &  d,
Attribute const &  attr 
) const
inlineinherited
template<typename CharEncoding , typename Tag >
template<typename Attribute , typename CharParam , typename Context >
bool boost::spirit::karma::char_range< CharEncoding, Tag >::test ( Attribute const &  attr,
CharParam &  ch,
Context &   
) const
inline
template<typename CharEncoding , typename Tag >
template<typename CharParam , typename Context >
bool boost::spirit::karma::char_range< CharEncoding, Tag >::test ( unused_type  ,
CharParam &  ,
Context &   
) const
inline
template<typename CharEncoding , typename Tag >
template<typename Context >
info boost::spirit::karma::char_range< CharEncoding, Tag >::what ( Context &  ) const
inline

Member Data Documentation


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