codecvt< _InternT, _ExternT, _StateT > Class Template Reference#include <_codecvt.h>
Inheritance diagram for codecvt< _InternT, _ExternT, _StateT >: ![]()
Detailed Descriptiontemplate<class _InternT, class _ExternT, class _StateT>
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| typedef _InternT codecvt< _InternT, _ExternT, _StateT >::intern_type |
Definition at line 48 of file _codecvt.h.
| typedef _ExternT codecvt< _InternT, _ExternT, _StateT >::extern_type |
Definition at line 49 of file _codecvt.h.
| typedef _StateT codecvt< _InternT, _ExternT, _StateT >::state_type |
Definition at line 50 of file _codecvt.h.
| codecvt< _InternT, _ExternT, _StateT >::codecvt | ( | size_t | __refs = 0 |
) | [inline, explicit] |
Definition at line 60 of file _codecvt.h.
| codecvt< _InternT, _ExternT, _StateT >::~codecvt | ( | ) | [inline, protected] |
Definition at line 109 of file _codecvt.h.
| result codecvt< _InternT, _ExternT, _StateT >::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 [inline] |
Definition at line 62 of file _codecvt.h.
Referenced by basic_filebuf< _CharT, _Traits >::overflow().
| result codecvt< _InternT, _ExternT, _StateT >::unshift | ( | state_type & | __state, | |
| extern_type * | __to, | |||
| extern_type * | __to_limit, | |||
| extern_type *& | __to_next | |||
| ) | const [inline] |
Definition at line 74 of file _codecvt.h.
| result codecvt< _InternT, _ExternT, _StateT >::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 [inline] |
Definition at line 81 of file _codecvt.h.
Referenced by basic_filebuf< _CharT, _Traits >::seekoff().
| int codecvt< _InternT, _ExternT, _StateT >::encoding | ( | ) | const [inline] |
Definition at line 93 of file _codecvt.h.
| bool codecvt< _InternT, _ExternT, _StateT >::always_noconv | ( | ) | const [inline] |
Definition at line 95 of file _codecvt.h.
| int codecvt< _InternT, _ExternT, _StateT >::length | ( | const state_type & | __state, | |
| const extern_type * | __from, | |||
| const extern_type * | __end, | |||
| size_t | __max | |||
| ) | const [inline] |
Definition at line 97 of file _codecvt.h.
Referenced by basic_filebuf< _CharT, _Traits >::seekoff().
| int codecvt< _InternT, _ExternT, _StateT >::max_length | ( | ) | const [inline] |
Definition at line 104 of file _codecvt.h.
| virtual result codecvt< _InternT, _ExternT, _StateT >::do_out | ( | state_type & | , | |
| const intern_type * | __from, | |||
| const intern_type * | , | |||
| const intern_type *& | __from_next, | |||
| extern_type * | __to, | |||
| extern_type * | , | |||
| extern_type *& | __to_next | |||
| ) | const [inline, protected, virtual] |
Definition at line 111 of file _codecvt.h.
| virtual result codecvt< _InternT, _ExternT, _StateT >::do_in | ( | state_type & | , | |
| const extern_type * | __from, | |||
| const extern_type * | , | |||
| const extern_type *& | __from_next, | |||
| intern_type * | __to, | |||
| intern_type * | , | |||
| intern_type *& | __to_next | |||
| ) | const [inline, protected, virtual] |
Definition at line 120 of file _codecvt.h.
| virtual result codecvt< _InternT, _ExternT, _StateT >::do_unshift | ( | state_type & | , | |
| extern_type * | __to, | |||
| extern_type * | , | |||
| extern_type *& | __to_next | |||
| ) | const [inline, protected, virtual] |
Definition at line 129 of file _codecvt.h.
| virtual int codecvt< _InternT, _ExternT, _StateT >::do_encoding | ( | ) | const [inline, protected, virtual] |
Definition at line 135 of file _codecvt.h.
| virtual bool codecvt< _InternT, _ExternT, _StateT >::do_always_noconv | ( | ) | const [inline, protected, virtual] |
Definition at line 138 of file _codecvt.h.
| virtual int codecvt< _InternT, _ExternT, _StateT >::do_length | ( | const state_type & | , | |
| const extern_type * | __from, | |||
| const extern_type * | __end, | |||
| size_t | __max | |||
| ) | const [inline, protected, virtual] |
| virtual int codecvt< _InternT, _ExternT, _StateT >::do_max_length | ( | ) | const [inline, protected, virtual] |
Definition at line 147 of file _codecvt.h.
_STLP_STATIC_MEMBER_DECLSPEC locale::id codecvt< _InternT, _ExternT, _StateT >::id [static] |
Definition at line 106 of file _codecvt.h.
1.5.1