Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MaximInterface
Transcoder< SourceEncoding, TargetEncoding > Struct Template Reference
Encoding conversion. More...
#include <encodings.h>
Static Public Member Functions | |
| template<typename InputStream , typename OutputStream > | |
| 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 | Validate (InputStream &is, OutputStream &os) |
| Validate one Unicode codepoint from an encoded stream. | |
Detailed Description
template<typename SourceEncoding, typename TargetEncoding>
struct Transcoder< SourceEncoding, TargetEncoding >
Encoding conversion.
Definition at line 658 of file encodings.h.
Member Function Documentation
| static RAPIDJSON_FORCEINLINE bool Transcode | ( | InputStream & | is, |
| OutputStream & | os | ||
| ) | [static] |
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.
| static RAPIDJSON_FORCEINLINE bool Validate | ( | InputStream & | is, |
| OutputStream & | os | ||
| ) | [static] |
Validate one Unicode codepoint from an encoded stream.
Definition at line 680 of file encodings.h.
Generated on Tue Jul 12 2022 12:06:51 by
1.7.2