libwordring
|
TextDecoderCommon [詳解]
#include <api.hpp>
公開メンバ関数 | |
std::u32string | encoding () const |
エンコーディング名 [詳解] | |
bool | fatal () const |
Fatal フラグ [詳解] | |
bool | ignore_bom () const |
BOM 無視フラグ [詳解] | |
限定公開変数類 | |
encoding_name | m_encoding = static_cast<encoding_name>(0) |
coder | m_decoder |
io_queue< char > | m_io_queue |
bool | m_ignore_bom = false |
bool | m_bom_seen = false |
error_mode_name | m_error_mode = error_mode_name::Replacement |
フレンド | |
std::u32string | serialize_io_queue (text_decoder_common &, io_queue< char32_t > &) |
IO キューを直列化する [詳解] | |
TextDecoderCommon
|
inline |
|
inline |
|
inline |
|
friend |
IO キューを直列化する