rapidjson::GenericStringStream< Encoding > 模板结构体 参考

Read-only string stream. 更多...

#include <stream.h>

Public 类型

typedef Encoding::Ch Ch
 

Public 成员函数

 GenericStringStream (const Ch *src)
 
Ch Peek () const
 
Ch Take ()
 
size_t Tell () const
 
Ch * PutBegin ()
 
void Put (Ch)
 
void Flush ()
 
size_t PutEnd (Ch *)
 

Public 属性

const Ch * src_
 Current read position.
 
const Ch * head_
 Original head of the string.
 

详细描述

template<typename Encoding>
struct rapidjson::GenericStringStream< Encoding >

Read-only string stream.

注解
implements Stream concept

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