Go to the source code of this file.
Namespaces | |
| namespace | __gnu_cxx |
| namespace | std |
Classes | |
| class | __gnu_cxx::encoding_state |
| Extension to use icov for dealing with character encodings. More... | |
| struct | __gnu_cxx::encoding_char_traits< _CharT > |
| encoding_char_traits. More... | |
| class | std::codecvt< _InternT, _ExternT, encoding_state > |
| codecvt<InternT, _ExternT, encoding_state> specialization. More... | |
Defines | |
| #define | _GLIBCXX_USE_ENCODING_STATE 1 |
Functions | |
| template<typename _T> | |
| size_t | std::__iconv_adaptor (size_t(*__func)(iconv_t, _T, size_t *, char **, size_t *), iconv_t __cd, char **__inbuf, size_t *__inbytes, char **__outbuf, size_t *__outbytes) |
| #define _GLIBCXX_USE_ENCODING_STATE 1 |
Definition at line 43 of file codecvt_specializations.h.
1.4.7