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_class< Tag, CharEncoding, CharClass > Struct Template Reference

#include <char_class.hpp>

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

Classes

struct  attribute
 

Public Types

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

Public Member Functions

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
 
bool generate (OutputIterator &sink, Context &context, Delimiter const &d, Attribute const &attr) const
 
char_class< Tag, CharEncoding,
CharClass >const & 
derived () const
 

Static Public Member Functions

template<typename Context >
static info what (Context const &)
 

Member Typedef Documentation

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

Member Function Documentation

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

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