ReactOS 0.4.16-dev-59-gd481587
|
#include <_codecvt.h>
Public Types | |
typedef _InternT | intern_type |
typedef _ExternT | extern_type |
typedef _StateT | state_type |
Public Types inherited from codecvt_base | |
enum | result { ok , partial , error , noconv } |
Public Member Functions | |
codecvt (size_t __refs=0) | |
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_limit, extern_type *&__to_next) const |
result | unshift (state_type &__state, extern_type *__to, extern_type *__to_limit, 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_limit, intern_type *&__to_next) const |
int | encoding () const _STLP_NOTHROW |
bool | always_noconv () const _STLP_NOTHROW |
int | length (state_type &__state, const extern_type *__from, const extern_type *__from_end, size_t __max) const |
int | max_length () const _STLP_NOTHROW |
Static Public Attributes | |
static locale::id | id |
Private Member Functions | |
codecvt (const codecvt< intern_type, extern_type, state_type > &) | |
codecvt< intern_type, extern_type, state_type > & | operator= (const codecvt< intern_type, extern_type, state_type > &) |
Definition at line 46 of file _codecvt.h.
typedef _ExternT codecvt< _InternT, _ExternT, _StateT >::extern_type |
Definition at line 49 of file _codecvt.h.
typedef _InternT codecvt< _InternT, _ExternT, _StateT >::intern_type |
Definition at line 48 of file _codecvt.h.
typedef _StateT codecvt< _InternT, _ExternT, _StateT >::state_type |
Definition at line 50 of file _codecvt.h.
Definition at line 60 of file _codecvt.h.
Definition at line 115 of file _codecvt.h.
|
private |
Definition at line 100 of file _codecvt.h.
|
inlineprotectedvirtual |
Definition at line 144 of file _codecvt.h.
Definition at line 141 of file _codecvt.h.
|
inlineprotectedvirtual |
Definition at line 126 of file _codecvt.h.
|
inlineprotectedvirtual |
Definition at line 147 of file _codecvt.h.
Definition at line 153 of file _codecvt.h.
|
inlineprotectedvirtual |
Definition at line 117 of file _codecvt.h.
|
inlineprotectedvirtual |
Definition at line 135 of file _codecvt.h.
Definition at line 98 of file _codecvt.h.
|
inline |
Definition at line 84 of file _codecvt.h.
|
inline |
Definition at line 102 of file _codecvt.h.
Definition at line 110 of file _codecvt.h.
|
private |
|
inline |
Definition at line 62 of file _codecvt.h.
|
inline |
Definition at line 76 of file _codecvt.h.
|
static |
Definition at line 112 of file _codecvt.h.