Arcane  4.1.11.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence du modèle de la structure UTF32LE< CharType >

UTF-32 little endian enocoding. Plus de détails...

#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/common/arccore/common/internal/json/rapidjson/encodings.h>

Graphe d'héritage de UTF32LE< CharType >:
Graphe de collaboration de UTF32LE< CharType >:

Fonctions membres publiques statiques

template<typename InputByteStream>
static CharType TakeBOM (InputByteStream &is)
template<typename InputByteStream>
static CharType Take (InputByteStream &is)
template<typename OutputByteStream>
static void PutBOM (OutputByteStream &os)
template<typename OutputByteStream>
static void Put (OutputByteStream &os, CharType c)
Fonctions membres publiques statiques hérités de UTF32< unsigned >
static void Encode (OutputStream &os, unsigned codepoint)
static void EncodeUnsafe (OutputStream &os, unsigned codepoint)
static bool Decode (InputStream &is, unsigned *codepoint)
static bool Validate (InputStream &is, OutputStream &os)

Membres hérités additionnels

Types publics hérités de UTF32< unsigned >
enum  
typedef unsigned Ch
Fonctions membres publiques hérités de UTF32< unsigned >
 RAPIDJSON_STATIC_ASSERT (sizeof(Ch) >=4)

Description détaillée

template<typename CharType = unsigned>
struct UTF32LE< CharType >

UTF-32 little endian enocoding.

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

Documentation des fonctions membres

◆ Put()

template<typename CharType = unsigned>
template<typename OutputByteStream>
void UTF32LE< CharType >::Put ( OutputByteStream & os,
CharType c )
inlinestatic

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

◆ PutBOM()

template<typename CharType = unsigned>
template<typename OutputByteStream>
void UTF32LE< CharType >::PutBOM ( OutputByteStream & os)
inlinestatic

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

◆ Take()

template<typename CharType = unsigned>
template<typename InputByteStream>
CharType UTF32LE< CharType >::Take ( InputByteStream & is)
inlinestatic

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

◆ TakeBOM()

template<typename CharType = unsigned>
template<typename InputByteStream>
CharType UTF32LE< CharType >::TakeBOM ( InputByteStream & is)
inlinestatic

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


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