Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::locale::converter< wchar_t > Class Template Referenceabstract

#include <conversion.hpp>

Inheritance diagram for boost::locale::converter< wchar_t >:
Collaboration diagram for boost::locale::converter< wchar_t >:

Public Types

enum  conversion_type {
  normalization,
  upper_case,
  lower_case,
  case_folding,
  title_case
}
 The flag used for facet - the type of operation to perform. More...
 

Public Member Functions

 converter (size_t refs=0)
 
virtual std::wstring convert (conversion_type how, wchar_t const *begin, wchar_t const *end, int flags=0) const =0
 

Static Public Attributes

static std::locale::id id
 

Constructor & Destructor Documentation

boost::locale::converter< wchar_t >::converter ( size_t  refs = 0)
inline

Member Function Documentation

virtual std::wstring boost::locale::converter< wchar_t >::convert ( conversion_type  how,
wchar_t const *  begin,
wchar_t const *  end,
int  flags = 0 
) const
pure virtual

Member Data Documentation

std::locale::id boost::locale::converter< wchar_t >::id
static

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