Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::char_class::convert< CharEncoding > Struct Template Reference

#include <char_class.hpp>

Public Types

typedef CharEncoding::char_type char_type
 

Static Public Member Functions

template<typename Char >
static Char to (tag::lower, Char ch)
 
template<typename Char >
static Char to (tag::upper, Char ch)
 
template<typename Char >
static Char to (tag::ucs4, Char ch)
 
template<typename Char >
static Char to (unused_type, Char ch)
 

Member Typedef Documentation

template<typename CharEncoding >
typedef CharEncoding::char_type boost::spirit::char_class::convert< CharEncoding >::char_type

Member Function Documentation

template<typename CharEncoding >
template<typename Char >
static Char boost::spirit::char_class::convert< CharEncoding >::to ( tag::lower  ,
Char  ch 
)
inlinestatic
template<typename CharEncoding >
template<typename Char >
static Char boost::spirit::char_class::convert< CharEncoding >::to ( tag::upper  ,
Char  ch 
)
inlinestatic
template<typename CharEncoding >
template<typename Char >
static Char boost::spirit::char_class::convert< CharEncoding >::to ( tag::ucs4  ,
Char  ch 
)
inlinestatic
template<typename CharEncoding >
template<typename Char >
static Char boost::spirit::char_class::convert< CharEncoding >::to ( unused_type  ,
Char  ch 
)
inlinestatic

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