Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
encodedstream.h File Reference
#include "stream.h"
#include "memorystream.h"
Include dependency graph for encodedstream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EncodedInputStream< Encoding, InputByteStream >
 Input byte stream wrapper with a statically bound encoding. More...
 
class  EncodedInputStream< UTF8<>, MemoryStream >
 Specialized for UTF8 MemoryStream. More...
 
class  EncodedOutputStream< Encoding, OutputByteStream >
 Output byte stream wrapper with statically bound encoding. More...
 
class  AutoUTFInputStream< CharType, InputByteStream >
 Input stream wrapper with dynamically bound encoding and automatic encoding detection. More...
 
class  AutoUTFOutputStream< CharType, OutputByteStream >
 Output stream wrapper with dynamically bound encoding and automatic encoding detection. More...
 

Macros

#define RAPIDJSON_ENCODINGS_FUNC(x)
 

Macro Definition Documentation

◆ RAPIDJSON_ENCODINGS_FUNC

#define RAPIDJSON_ENCODINGS_FUNC ( x)
Value:
UTF-16 big endian encoding.
Definition encodings.h:375
UTF-16 little endian encoding.
Definition encodings.h:342
UTF-32 big endian encoding.
Definition encodings.h:496
UTF-32 little endian enocoding.
Definition encodings.h:457
UTF-8 encoding.
Definition encodings.h:96

Definition at line 127 of file encodedstream.h.