bes  Updated for version 3.20.6
EncodedInputStream< UTF8<>, MemoryStream > Class Reference

Specialized for UTF8 MemoryStream. More...

#include <encodedstream.h>

Collaboration diagram for EncodedInputStream< UTF8<>, MemoryStream >:
Collaboration graph

Public Types

typedef UTF8 ::Ch Ch
 
typedef UTF8 ::Ch Ch
 

Public Member Functions

 EncodedInputStream (MemoryStream &is)
 
 EncodedInputStream (MemoryStream &is)
 
void Flush ()
 
void Flush ()
 
Ch Peek () const
 
Ch Peek () const
 
void Put (Ch)
 
void Put (Ch)
 
Ch * PutBegin ()
 
Ch * PutBegin ()
 
size_t PutEnd (Ch *)
 
size_t PutEnd (Ch *)
 
Ch Take ()
 
Ch Take ()
 
size_t Tell () const
 
size_t Tell () const
 

Public Attributes

MemoryStreamis_
 

Detailed Description

Specialized for UTF8 MemoryStream.

Definition at line 68 of file cmr_module/rapidjson/encodedstream.h.


The documentation for this class was generated from the following file: