Public Types | |
typedef codecvt_base::result | result |
typedef InternT | intern_type |
typedef ExternT | extern_type |
typedef StateT | state_type |
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 () |
Protected Member Functions | |
codecvt_abstract_base (size_t __refs=0) | |
virtual | ~codecvt_abstract_base () |
Definition at line 64 of file codecvt.h.