ReactOS
0.4.16-dev-1028-g8602629
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
List of all members
codecvt_byname< _InternT, _ExternT, _StateT > Class Template Reference
#include <
_codecvt.h
>
Inheritance diagram for codecvt_byname< _InternT, _ExternT, _StateT >:
[
legend
]
Collaboration diagram for codecvt_byname< _InternT, _ExternT, _StateT >:
[
legend
]
Additional Inherited Members
Public Types inherited from
codecvt< _InternT, _ExternT, _StateT >
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 inherited from
codecvt< _InternT, _ExternT, _StateT >
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 inherited from
codecvt< _InternT, _ExternT, _StateT >
static
locale::id
id
Protected Member Functions inherited from
codecvt< _InternT, _ExternT, _StateT >
~codecvt
()
virtual
result
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
virtual
result
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
virtual
result
do_unshift
(
state_type
&,
extern_type
*__to,
extern_type
*,
extern_type
*&__to_next)
const
virtual
int
do_encoding
()
const
_STLP_NOTHROW
virtual
bool
do_always_noconv
()
const
_STLP_NOTHROW
virtual
int
do_length
(
state_type
&,
const
extern_type
*__from,
const
extern_type
*__end,
size_t
__max
)
const
virtual
int
do_max_length
()
const
_STLP_NOTHROW
Protected Member Functions inherited from
locale::facet
facet
(
size_t
__init_count=0)
virtual
~facet
()
Protected Member Functions inherited from
_Refcount_Base
_Refcount_Base
(
__stl_atomic_t
__n
)
__stl_atomic_t
_M_incr
()
__stl_atomic_t
_M_decr
()
Detailed Description
template<
class
_InternT,
class
_ExternT,
class
_StateT>
class codecvt_byname< _InternT, _ExternT, _StateT >
Definition at line
170
of file
_codecvt.h
.
The documentation for this class was generated from the following file:
sdk/include/c++/stlport/stl/
_codecvt.h
codecvt_byname
Generated on Thu Apr 24 2025 06:29:33 for ReactOS by
1.9.6