bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
Specialization of Transcoder with same source and target encoding. More...
#include <encodings.h>
Static Public Member Functions | |
static RAPIDJSON_FORCEINLINE bool | Transcode (InputStream &is, OutputStream &os) |
Take one Unicode codepoint from source encoding, convert it to target encoding and put it to the output stream. | |
template<typename InputStream, typename OutputStream> | |
static RAPIDJSON_FORCEINLINE bool | Transcode (InputStream &is, OutputStream &os) |
static RAPIDJSON_FORCEINLINE bool | TranscodeUnsafe (InputStream &is, OutputStream &os) |
template<typename InputStream, typename OutputStream> | |
static RAPIDJSON_FORCEINLINE bool | TranscodeUnsafe (InputStream &is, OutputStream &os) |
static RAPIDJSON_FORCEINLINE bool | Validate (InputStream &is, OutputStream &os) |
Validate one Unicode codepoint from an encoded stream. | |
template<typename InputStream, typename OutputStream> | |
static RAPIDJSON_FORCEINLINE bool | Validate (InputStream &is, OutputStream &os) |
Specialization of Transcoder with same source and target encoding.
Definition at line 691 of file encodings.h.
|
inlinestatic |
Take one Unicode codepoint from source encoding, convert it to target encoding and put it to the output stream.
Definition at line 661 of file encodings.h.
|
inlinestatic |
Definition at line 693 of file encodings.h.
|
inlinestatic |
Definition at line 670 of file encodings.h.
|
inlinestatic |
Definition at line 699 of file encodings.h.
|
inlinestatic |
Validate one Unicode codepoint from an encoded stream.
Definition at line 680 of file encodings.h.
|
inlinestatic |
Definition at line 705 of file encodings.h.