Dynamically select encoding according to stream's runtime-specified UTF encoding type. 更多...
#include <encodings.h>
Public 类型 | |
enum | { supportUnicode = 1 } |
typedef CharType | Ch |
静态 Public 成员函数 | |
template<typename OutputStream > | |
static RAPIDJSON_FORCEINLINE void | Encode (OutputStream &os, unsigned codepoint) |
template<typename OutputStream > | |
static RAPIDJSON_FORCEINLINE void | EncodeUnsafe (OutputStream &os, unsigned codepoint) |
template<typename InputStream > | |
static RAPIDJSON_FORCEINLINE bool | Decode (InputStream &is, unsigned *codepoint) |
template<typename InputStream , typename OutputStream > | |
static RAPIDJSON_FORCEINLINE bool | Validate (InputStream &is, OutputStream &os) |
Dynamically select encoding according to stream's runtime-specified UTF encoding type.