codecvt Class Reference
class codecvt : public locale::facet |
Public Member Functions |
---|
| codecvt(size_t) |
_STLP_STATIC_MEMBER_DECLSPEC locale::id & | GetFacetLocaleId() |
bool | always_noconv() |
int | encoding() |
result | in(state_type &, const extern_type *, const extern_type *, const extern_type *&, intern_type *, intern_type *, intern_type *&) |
int | length(const state_type &, const extern_type *, const extern_type *, size_t) |
int | max_length() |
result | out(state_type &, const intern_type *, const intern_type *, const intern_type *&, extern_type *, extern_type *, extern_type *&) |
result | unshift(state_type &, extern_type *, extern_type *, extern_type *&) |
Protected Member Functions |
---|
| ~codecvt() |
bool | do_always_noconv() |
int | do_encoding() |
result | do_in(state_type &, const extern_type *, const extern_type *, const extern_type *&, intern_type *, intern_type *, intern_type *&) |
int | do_length(const state_type &, const extern_type *, const extern_type *, size_t) |
int | do_max_length() |
result | do_out(state_type &, const intern_type *, const intern_type *, const intern_type *&, extern_type *, extern_type *, extern_type *&) |
result | do_unshift(state_type &, extern_type *, extern_type *, extern_type *&) |
Constructor & Destructor Documentation
codecvt(size_t)
codecvt | ( | size_t | __refs = 0 | ) | [inline, explicit] |
codecvt(const codecvt< intern_type, extern_type, state_type > &)
~codecvt()
~codecvt | ( | ) | [protected, inline] |
Member Functions Documentation
GetFacetLocaleId()
_STLP_STATIC_MEMBER_DECLSPEC locale::id & | GetFacetLocaleId | ( | ) | [static] |
always_noconv()
bool | always_noconv | ( | ) | const [inline] |
do_always_noconv()
bool | do_always_noconv | ( | ) | const [protected, inline, virtual] |
do_encoding()
int | do_encoding | ( | ) | const [protected, inline, virtual] |
do_in(state_type &, const extern_type *, const extern_type *, const extern_type *&, intern_type *, intern_type *, intern_type *&)
do_length(const state_type &, const extern_type *, const extern_type *, size_t)
do_max_length()
int | do_max_length | ( | ) | const [protected, inline, virtual] |
do_out(state_type &, const intern_type *, const intern_type *, const intern_type *&, extern_type *, extern_type *, extern_type *&)
do_unshift(state_type &, extern_type *, extern_type *, extern_type *&)
encoding()
int | encoding | ( | ) | const [inline] |
in(state_type &, const extern_type *, const extern_type *, const extern_type *&, intern_type *, intern_type *, intern_type *&)
length(const state_type &, const extern_type *, const extern_type *, size_t)
max_length()
int | max_length | ( | ) | const [inline] |
operator=(const codecvt< intern_type, extern_type, state_type > &)
out(state_type &, const intern_type *, const intern_type *, const intern_type *&, extern_type *, extern_type *, extern_type *&)
unshift(state_type &, extern_type *, extern_type *, extern_type *&)
Member Type Definitions Documentation
Typedef extern_type
typedef _ExternT | extern_type |
Typedef intern_type
typedef _InternT | intern_type |
Typedef state_type
typedef _StateT | state_type |
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.