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_set< CharEncoding, Tag, no_attribute > Struct Template Reference

#include <char.hpp>

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

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 char_set< CharEncoding,
Tag, no_attribute > 
derived_type
 
typedef karma::domain domain
 

Public Member Functions

template<typename String >
 char_set (String const &str)
 
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_set< CharEncoding, Tag,
no_attribute >const & 
derived () const
 

Public Attributes

support::detail::basic_chset
< char_type
chset
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename CharEncoding , typename Tag , bool no_attribute>
template<typename String >
boost::spirit::karma::char_set< CharEncoding, Tag, no_attribute >::char_set ( String const &  str)
inline

Member Function Documentation

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

Member Data Documentation

template<typename CharEncoding , typename Tag , bool no_attribute>
support::detail::basic_chset<char_type> boost::spirit::karma::char_set< CharEncoding, Tag, no_attribute >::chset

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