rapidjson::GenericStreamWrapper< InputStream, Encoding > 模板类 参考

A Stream Wrapper 更多...

#include <stream.h>

类 rapidjson::GenericStreamWrapper< InputStream, Encoding > 继承关系图:
rapidjson::CursorStreamWrapper< InputStream, Encoding >

Public 类型

typedef Encoding::Ch Ch
 

Public 成员函数

 GenericStreamWrapper (InputStream &is)
 
Ch Peek () const
 
Ch Take ()
 
size_t Tell ()
 
Ch * PutBegin ()
 
void Put (Ch ch)
 
void Flush ()
 
size_t PutEnd (Ch *ch)
 
const Ch * Peek4 () const
 
UTFType GetType () const
 
bool HasBOM () const
 

Protected 属性

InputStream & is_
 

详细描述

template<typename InputStream, typename Encoding = UTF8<>>
class rapidjson::GenericStreamWrapper< InputStream, Encoding >

A Stream Wrapper

\tThis string stream is a wrapper for any stream by just forwarding any \treceived message to the origin stream.

注解
implements Stream concept

该类的文档由以下文件生成: