Specialization for the UTF-8 <-> UTF-16 variant of the std::codecvt implementation.
More...
#include <boost/nowide/utf8_codecvt.hpp>
|
| BOOST_STATIC_ASSERT_MSG (sizeof(CharType) >=2, "CharType must be able to store UTF16 code point") |
|
| utf8_codecvt (size_t refs=0) |
|
|
virtual std::codecvt_base::result | do_unshift (std::mbstate_t &s, char *from, char *, char *&next) const |
|
virtual int | do_encoding () const throw () |
|
virtual int | do_max_length () const throw () |
|
virtual bool | do_always_noconv () const throw () |
|
virtual int | do_length (std::mbstate_t &std_state, const char *from, const char *from_end, size_t max) const |
|
virtual std::codecvt_base::result | do_in (std::mbstate_t &std_state, const char *from, const char *from_end, const char *&from_next, uchar *to, uchar *to_end, uchar *&to_next) const |
|
virtual std::codecvt_base::result | do_out (std::mbstate_t &std_state, const uchar *from, const uchar *from_end, const uchar *&from_next, char *to, char *to_end, char *&to_next) const |
|
template<typename CharType>
class boost::nowide::utf8_codecvt< CharType, 2 >
Specialization for the UTF-8 <-> UTF-16 variant of the std::codecvt implementation.
The documentation for this class was generated from the following file: