bes  Updated for version 3.20.6
GenericInsituStringStream< Encoding > Struct Template Reference

A read-write string stream. More...

#include <stream.h>

Collaboration diagram for GenericInsituStringStream< Encoding >:
Collaboration graph

Public Types

typedef Encoding::Ch Ch
 
typedef Encoding::Ch Ch
 

Public Member Functions

void Flush ()
 
void Flush ()
 
 GenericInsituStringStream (Ch *src)
 
 GenericInsituStringStream (Ch *src)
 
Ch Peek ()
 
Ch Peek ()
 
void Pop (size_t count)
 
void Pop (size_t count)
 
Ch * Push (size_t count)
 
Ch * Push (size_t count)
 
void Put (Ch c)
 
void Put (Ch c)
 
Ch * PutBegin ()
 
Ch * PutBegin ()
 
size_t PutEnd (Ch *begin)
 
size_t PutEnd (Ch *begin)
 
Ch Take ()
 
Ch Take ()
 
size_t Tell ()
 
size_t Tell ()
 

Public Attributes

Ch * dst_
 
Ch * head_
 
Ch * src_
 

Detailed Description

template<typename Encoding>
struct GenericInsituStringStream< Encoding >

A read-write string stream.

This string stream is particularly designed for in-situ parsing.

Note
implements Stream concept

Definition at line 52 of file cmr_module/rapidjson/fwd.h.


The documentation for this struct was generated from the following files: