Monero
Loading...
Searching...
No Matches
Transcoder< Encoding, Encoding > Struct Template Reference

Specialization of Transcoder with same source and target encoding. More...

#include <encodings.h>

Static Public Member Functions

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)

Detailed Description

template<typename Encoding>
struct Transcoder< Encoding, Encoding >

Specialization of Transcoder with same source and target encoding.

Member Function Documentation

◆ Transcode()

template<typename Encoding>
template<typename InputStream, typename OutputStream>
RAPIDJSON_FORCEINLINE bool Transcoder< Encoding, Encoding >::Transcode ( InputStream & is,
OutputStream & os )
inlinestatic

◆ TranscodeUnsafe()

template<typename Encoding>
template<typename InputStream, typename OutputStream>
RAPIDJSON_FORCEINLINE bool Transcoder< Encoding, Encoding >::TranscodeUnsafe ( InputStream & is,
OutputStream & os )
inlinestatic

◆ Validate()

template<typename Encoding>
template<typename InputStream, typename OutputStream>
RAPIDJSON_FORCEINLINE bool Transcoder< Encoding, Encoding >::Validate ( InputStream & is,
OutputStream & os )
inlinestatic

The documentation for this struct was generated from the following file: