|
| codecvt_byname (const char *__name, size_t __refs=0) |
|
| codecvt (size_t __refs=0) |
|
result | 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 |
|
result | unshift (state_type &__state, char *__to, char *__to_limit, char *&__to_next) const |
|
result | 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 |
|
int | encoding () const _STLP_NOTHROW |
|
bool | always_noconv () const _STLP_NOTHROW |
|
int | length (state_type &__state, const char *__from, const char *__from_end, size_t __max) const |
|
int | max_length () const _STLP_NOTHROW |
|
|
| ~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 |
|
| ~codecvt () |
|
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 |
|
| facet (size_t __init_count=0) |
|
virtual | ~facet () |
|
| _Refcount_Base (__stl_atomic_t __n) |
|
__stl_atomic_t | _M_incr () |
|
__stl_atomic_t | _M_decr () |
|
Definition at line 383 of file _codecvt.h.