#include <_codecvt.h>
Inherits codecvt< wchar_t, char, mbstate_t >.
Public Member Functions |
| | codecvt_byname (const char *__name, size_t __refs=0) |
Protected Member Functions |
| | ~codecvt_byname () |
| virtual result | do_out (state_type &__state, const wchar_t *__from, const wchar_t *__from_end, const wchar_t *&__from_next, char *__to, char *__to_limit, char *&__to_next) const |
| virtual result | do_in (state_type &__state, const char *__from, const char *__from_end, const char *&__from_next, wchar_t *__to, wchar_t *__to_limit, wchar_t *&__to_next) const |
| virtual result | do_unshift (state_type &__state, char *__to, char *__to_limit, char *&__to_next) const |
| virtual int | do_encoding () const _STLP_NOTHROW |
| virtual bool | do_always_noconv () const _STLP_NOTHROW |
| virtual int | do_length (state_type &__state, const char *__from, const char *__end, size_t __max) const |
| virtual int | do_max_length () const _STLP_NOTHROW |
Private Member Functions |
| | codecvt_byname (_Locale_codecvt *__cvt) |
| | codecvt_byname (const codecvt_byname< wchar_t, char, mbstate_t > &) |
codecvt_byname< wchar_t, char,
mbstate_t > & | operator= (const codecvt_byname< wchar_t, char, mbstate_t > &) |
Private Attributes |
| _Locale_codecvt * | _M_codecvt |
Friends |
| class | _Locale_impl |
Detailed Description
Definition at line 383 of file _codecvt.h.
The documentation for this class was generated from the following files: