Arcane  v3.16.0.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence du modèle de la structure Transcoder< Encoding, Encoding >

Specialization of Transcoder with same source and target encoding. Plus de détails...

#include <arcane/utils/internal/json/rapidjson/encodings.h>

+ Graphe de collaboration de Transcoder< Encoding, Encoding >:

Fonctions membres publiques statiques

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)
 
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.
 
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.
 

Description détaillée

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

Specialization of Transcoder with same source and target encoding.

Définition à la ligne 692 du fichier encodings.h.

Documentation des fonctions membres

◆ Transcode() [1/2]

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

Take one Unicode codepoint from source encoding, convert it to target encoding and put it to the output stream.

Définition à la ligne 662 du fichier encodings.h.

◆ Transcode() [2/2]

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

Définition à la ligne 694 du fichier encodings.h.

◆ TranscodeUnsafe() [1/2]

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

Définition à la ligne 671 du fichier encodings.h.

◆ TranscodeUnsafe() [2/2]

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

Définition à la ligne 700 du fichier encodings.h.

◆ Validate() [1/2]

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

Validate one Unicode codepoint from an encoded stream.

Définition à la ligne 681 du fichier encodings.h.

◆ Validate() [2/2]

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

Définition à la ligne 706 du fichier encodings.h.


La documentation de cette structure a été générée à partir du fichier suivant :