Specialization of Transcoder with same source and target encoding.
More...
#include <encodings.h>
|
| template<typename InputStream , typename OutputStream > |
| static RAPIDJSON_FORCEINLINE bool | Transcode (InputStream &is, OutputStream &os) |
| |
| template<typename InputStream , typename OutputStream > |
| static RAPIDJSON_FORCEINLINE bool | TranscodeUnsafe (InputStream &is, OutputStream &os) |
| |
| template<typename InputStream , typename OutputStream > |
| static RAPIDJSON_FORCEINLINE bool | Validate (InputStream &is, OutputStream &os) |
| |
template<typename Encoding>
struct Transcoder< Encoding, Encoding >
Specialization of Transcoder with same source and target encoding.
Definition at line 691 of file encodings.h.
◆ Transcode()
template<typename Encoding >
template<typename InputStream , typename OutputStream >
| static RAPIDJSON_FORCEINLINE bool Transcoder< Encoding, Encoding >::Transcode |
( |
InputStream & |
is, |
|
|
OutputStream & |
os |
|
) |
| |
|
inlinestatic |
◆ TranscodeUnsafe()
template<typename Encoding >
template<typename InputStream , typename OutputStream >
| static RAPIDJSON_FORCEINLINE bool Transcoder< Encoding, Encoding >::TranscodeUnsafe |
( |
InputStream & |
is, |
|
|
OutputStream & |
os |
|
) |
| |
|
inlinestatic |
Definition at line 699 of file encodings.h.
void PutUnsafe(Stream &stream, typename Stream::Ch c)
Write character to a stream, presuming buffer is reserved.
◆ Validate()
template<typename Encoding >
template<typename InputStream , typename OutputStream >
| static RAPIDJSON_FORCEINLINE bool Transcoder< Encoding, Encoding >::Validate |
( |
InputStream & |
is, |
|
|
OutputStream & |
os |
|
) |
| |
|
inlinestatic |
Definition at line 705 of file encodings.h.
706 return Encoding::Validate(is, os);
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/external/rapidjson/include/rapidjson/encodings.h