Dynamically select encoding according to stream's runtime-specified UTF encoding type. More...
#include <encodings.h>
Public Types | |
enum | { supportUnicode = 1 } |
typedef CharType | Ch |
Static Public Member Functions | |
template<typename OutputStream > | |
static RAPIDJSON_FORCEINLINE void | Encode (OutputStream &os, unsigned codepoint) |
template<typename OutputStream > | |
static RAPIDJSON_FORCEINLINE void | EncodeUnsafe (OutputStream &os, unsigned codepoint) |
template<typename InputStream > | |
static RAPIDJSON_FORCEINLINE bool | Decode (InputStream &is, unsigned *codepoint) |
template<typename InputStream , typename OutputStream > | |
static RAPIDJSON_FORCEINLINE bool | Validate (InputStream &is, OutputStream &os) |
Dynamically select encoding according to stream's runtime-specified UTF encoding type.
Definition at line 615 of file encodings.h.
Definition at line 616 of file encodings.h.
anonymous enum |
|
inlinestatic |
Definition at line 637 of file encodings.h.
|
inlinestatic |
Definition at line 623 of file encodings.h.
|
inlinestatic |
Definition at line 630 of file encodings.h.
|
inlinestatic |
Definition at line 644 of file encodings.h.