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_space< CharEncoding > Struct Template Reference

#include <char_class.hpp>

Inheritance diagram for boost::spirit::karma::any_space< CharEncoding >:
Collaboration diagram for boost::spirit::karma::any_space< CharEncoding >:

Classes

struct  attribute
 

Public Types

typedef CharEncoding::char_type char_type
 
typedef CharEncoding char_encoding
 
typedef tag::space tag
 
typedef mpl::int_
< generator_properties::no_properties
properties
 
typedef any_space< CharEncoding > 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 &ch, Context &) const
 
bool generate (OutputIterator &sink, Context &context, Delimiter const &d, Attribute const &attr) const
 
any_space< CharEncoding >const & derived () const
 

Static Public Member Functions

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

Member Typedef Documentation

template<typename CharEncoding >
typedef CharEncoding boost::spirit::karma::any_space< CharEncoding >::char_encoding
template<typename CharEncoding >
typedef CharEncoding::char_type boost::spirit::karma::any_space< CharEncoding >::char_type
typedef any_space< CharEncoding > boost::spirit::karma::generator< any_space< CharEncoding > >::derived_type
inherited
typedef karma::domain boost::spirit::karma::generator< any_space< CharEncoding > >::domain
inherited
typedef tag::space boost::spirit::karma::char_generator< any_space< CharEncoding > , CharEncoding, tag::space , Char, Attr >::tag
inherited

Member Function Documentation

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

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