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

#include <char.hpp>

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

Classes

struct  attribute
 

Public Types

typedef CharEncoding::char_type char_type
 
typedef CharEncoding char_encoding
 
typedef Tag tag
 
typedef mpl::int_
< generator_properties::no_properties
properties
 
typedef any_char< CharEncoding,
Tag > 
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
 
any_char< CharEncoding, Tag >
const & 
derived () const
 

Static Public Member Functions

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

Member Typedef Documentation

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

Member Function Documentation

any_char< CharEncoding, Tag > const& boost::spirit::karma::generator< any_char< CharEncoding, Tag > >::derived ( ) const
inlineinherited
bool boost::spirit::karma::char_generator< any_char< 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::any_char< 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::any_char< CharEncoding, Tag >::test ( unused_type  ,
CharParam &  ,
Context &   
) const
inline
template<typename CharEncoding , typename Tag >
template<typename Context >
static info boost::spirit::karma::any_char< CharEncoding, Tag >::what ( Context const &  )
inlinestatic

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