载入中...
搜索中...
未找到
rapidjson::Transcoder< Encoding, Encoding > 模板结构体 参考

Specialization of Transcoder with same source and target encoding. 更多...

#include <encodings.h>

静态 Public 成员函数

template<typename InputStream, typename OutputStream>
static RAPIDJSON_FORCEINLINE bool Transcode (InputStream &is, OutputStream &os)
 
template<typename InputStream, typename OutputStream>
static RAPIDJSON_FORCEINLINE bool TranscodeUnsafe (InputStream &is, OutputStream &os)
 
template<typename InputStream, typename OutputStream>
static RAPIDJSON_FORCEINLINE bool Validate (InputStream &is, OutputStream &os)
 
static RAPIDJSON_FORCEINLINE bool Transcode (InputStream &is, OutputStream &os)
 Take one Unicode codepoint from source encoding, convert it to target encoding and put it to the output stream.
 
static RAPIDJSON_FORCEINLINE bool TranscodeUnsafe (InputStream &is, OutputStream &os)
 
static RAPIDJSON_FORCEINLINE bool Validate (InputStream &is, OutputStream &os)
 Validate one Unicode codepoint from an encoded stream.
 

详细描述

template<typename Encoding>
struct rapidjson::Transcoder< Encoding, Encoding >

Specialization of Transcoder with same source and target encoding.


该结构体的文档由以下文件生成: