man __enc_traits (Fonctions bibliothèques) -
NAME
__enc_traits -
SYNOPSIS
Public Types
typedef iconv_t __desc_type
Public Member Functions
__enc_traits ()
__enc_traits (const char *int, const char *__ext, int __ibom=0, int __ebom=0)
__enc_traits (const __enc_traits &__obj)
__enc_traits & operator= (const __enc_traits &__obj)
~__enc_traits ()
void M_init ()
void M_destroy ()
bool M_good ()
const __desc_type * M_get_in_descriptor ()
const __desc_type * M_get_out_descriptor ()
int M_get_external_bom ()
int M_get_internal_bom ()
const char * M_get_internal_enc ()
const char * M_get_external_enc ()
Protected Attributes
char M_int_enc [S_max_size]
char M_ext_enc [S_max_size]
__desc_type M_in_desc
__desc_type M_out_desc
int M_ext_bom
int M_int_bom
Static Protected Attributes
static const int S_max_size
Detailed Description
Definition at line 46 of file codecvt_specializations.h.
Author
Generated automatically by Doxygen for libstdc++-v3 Source from the source code.