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

ASCII encoding. 更多...

#include <encodings.h>

Public 类型

enum  { supportUnicode = 0 }
 
typedef CharType Ch
 

静态 Public 成员函数

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)
 
template<typename InputByteStream >
static CharType TakeBOM (InputByteStream &is)
 
template<typename InputByteStream >
static Ch Take (InputByteStream &is)
 
template<typename OutputByteStream >
static void PutBOM (OutputByteStream &os)
 
template<typename OutputByteStream >
static void Put (OutputByteStream &os, Ch c)
 

详细描述

template<typename CharType = char>
struct rapidjson::ASCII< CharType >

ASCII encoding.

http://en.wikipedia.org/wiki/ASCII

模板参数
CharTypeCode unit for storing 7-bit ASCII data. Default is char.
注解
implements Encoding concept

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