

Public Types | |
| typedef char | intern_type |
| typedef char | extern_type |
| typedef mbstate_t | state_type |
| typedef codecvt_base::result | result |
Public Member Functions | |
| result | out (state_type &state, const intern_type *__from, const intern_type *__from_end, const intern_type *&__from_next, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const |
| result | unshift (state_type &state, extern_type *__to, extern_type *__to_end, extern_type *&__to_next) const |
| result | in (state_type &state, const extern_type *__from, const extern_type *__from_end, const extern_type *&__from_next, intern_type *__to, intern_type *__to_end, intern_type *&__to_next) const |
| int | encoding () const throw () |
| bool | always_noconv () const throw () |
| int | length (const state_type &state, const extern_type *__from, const extern_type *__end, size_t __max) const |
| int | max_length () const throw () |
Static Public Attributes | |
| static locale::id | id |
Definition at line 213 of file codecvt.h.
1.4.7