rapidjson::UTF16LE< CharType > 模板结构体 参考

UTF-16 little endian encoding. 更多...

#include <encodings.h>

类 rapidjson::UTF16LE< CharType > 继承关系图:
rapidjson::UTF16< CharType >

静态 Public 成员函数

template<typename InputByteStream >
static CharType TakeBOM (InputByteStream &is)
 
template<typename InputByteStream >
static CharType Take (InputByteStream &is)
 
template<typename OutputByteStream >
static void PutBOM (OutputByteStream &os)
 
template<typename OutputByteStream >
static void Put (OutputByteStream &os, CharType c)
 
- 静态 Public 成员函数 继承自 rapidjson::UTF16< CharType >
template<typename OutputStream >
static void Encode (OutputStream &os, unsigned codepoint)
 
template<typename OutputStream >
static void EncodeUnsafe (OutputStream &os, unsigned codepoint)
 
template<typename InputStream >
static bool Decode (InputStream &is, unsigned *codepoint)
 
template<typename InputStream , typename OutputStream >
static bool Validate (InputStream &is, OutputStream &os)
 

额外继承的成员函数

- Public 类型 继承自 rapidjson::UTF16< CharType >
enum  { supportUnicode = 1 }
 
typedef CharType Ch
 
- Public 成员函数 继承自 rapidjson::UTF16< CharType >
 RAPIDJSON_STATIC_ASSERT (sizeof(Ch) >=2)
 

详细描述

template<typename CharType = wchar_t>
struct rapidjson::UTF16LE< CharType >

UTF-16 little endian encoding.


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