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::negated_char_generator< Positive > Struct Template Reference

#include <char_generator.hpp>

Inheritance diagram for boost::spirit::karma::negated_char_generator< Positive >:
Collaboration diagram for boost::spirit::karma::negated_char_generator< Positive >:

Public Types

typedef Positive::char_encoding char_encoding
 
typedef Positive::tag tag
 
typedef Char char_type
 
typedef mpl::int_
< generator_properties::no_properties
properties
 
typedef negated_char_generator
< Positive > 
derived_type
 
typedef karma::domain domain
 

Public Member Functions

 negated_char_generator (Positive const &positive)
 
template<typename Attribute , typename CharParam , typename Context >
bool test (Attribute const &attr, CharParam &ch, Context &context) const
 
template<typename Context >
info what (Context &context) const
 
bool generate (OutputIterator &sink, Context &context, Delimiter const &d, Attribute const &attr) const
 
negated_char_generator
< Positive >const & 
derived () const
 

Public Attributes

Positive positive
 

Member Typedef Documentation

typedef Positive::char_encoding boost::spirit::karma::char_generator< negated_char_generator< Positive > , Positive::char_encoding , Positive::tag , Char, Attr >::char_encoding
inherited
typedef Char boost::spirit::karma::char_generator< negated_char_generator< Positive > , Positive::char_encoding , Positive::tag , Char, Attr >::char_type
inherited
typedef Positive::tag boost::spirit::karma::char_generator< negated_char_generator< Positive > , Positive::char_encoding , Positive::tag , Char, Attr >::tag
inherited

Constructor & Destructor Documentation

template<typename Positive>
boost::spirit::karma::negated_char_generator< Positive >::negated_char_generator ( Positive const &  positive)
inline

Member Function Documentation

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

Member Data Documentation


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