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

UTF-16 little endian encoding. Plus de détails...

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

+ Graphe d'héritage de UTF16LE< CharType >:
+ Graphe de collaboration de UTF16LE< 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 UTF16< CharType >
template<typename OutputStream >
static void Encode (OutputStream &os, unsigned codepoint)
 
template<typename OutputStream >
static void EncodeUnsafe (OutputStream &os, unsigned codepoint)
 
template<typename InputStream >
static bool Decode (InputStream &is, unsigned *codepoint)
 
template<typename InputStream , typename OutputStream >
static bool Validate (InputStream &is, OutputStream &os)
 

Membres hérités additionnels

- Types publics hérités de UTF16< CharType >
enum  { supportUnicode = 1 }
 
typedef CharType Ch
 
- Fonctions membres publiques hérités de UTF16< CharType >
 RAPIDJSON_STATIC_ASSERT (sizeof(Ch) >=2)
 

Description détaillée

template<typename CharType = wchar_t>
struct UTF16LE< CharType >

UTF-16 little endian encoding.

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

Documentation des fonctions membres

◆ Put()

template<typename CharType = wchar_t>
template<typename OutputByteStream >
static void UTF16LE< CharType >::Put ( OutputByteStream &  os,
CharType  c 
)
inlinestatic

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

◆ PutBOM()

template<typename CharType = wchar_t>
template<typename OutputByteStream >
static void UTF16LE< CharType >::PutBOM ( OutputByteStream &  os)
inlinestatic

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

◆ Take()

template<typename CharType = wchar_t>
template<typename InputByteStream >
static CharType UTF16LE< CharType >::Take ( InputByteStream &  is)
inlinestatic

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

◆ TakeBOM()

template<typename CharType = wchar_t>
template<typename InputByteStream >
static CharType UTF16LE< CharType >::TakeBOM ( InputByteStream &  is)
inlinestatic

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


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