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

ASCII encoding. Plus de détails...

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

+ Graphe de collaboration de ASCII< CharType >:

Types publics

enum  { supportUnicode = 0 }
 
typedef CharType Ch
 

Fonctions membres publiques statiques

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)
 
template<typename InputByteStream>
static CharType TakeBOM (InputByteStream &is)
 
template<typename InputByteStream>
static Ch Take (InputByteStream &is)
 
template<typename OutputByteStream>
static void PutBOM (OutputByteStream &os)
 
template<typename OutputByteStream>
static void Put (OutputByteStream &os, Ch c)
 

Description détaillée

template<typename CharType = char>
struct ASCII< CharType >

ASCII encoding.

http://en.wikipedia.org/wiki/ASCII

Paramètres du template
CharTypeCode unit for storing 7-bit ASCII data. Default is char.
Note
implements Encoding concept

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

Documentation des définitions de type membres

◆ Ch

template<typename CharType = char>
typedef CharType ASCII< CharType >::Ch

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

Documentation des énumérations membres

◆ anonymous enum

template<typename CharType = char>
anonymous enum

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

Documentation des fonctions membres

◆ Decode()

template<typename CharType = char>
template<typename InputStream>
static bool ASCII< CharType >::Decode ( InputStream & is,
unsigned * codepoint )
inlinestatic

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

◆ Encode()

template<typename CharType = char>
template<typename OutputStream>
static void ASCII< CharType >::Encode ( OutputStream & os,
unsigned codepoint )
inlinestatic

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

◆ EncodeUnsafe()

template<typename CharType = char>
template<typename OutputStream>
static void ASCII< CharType >::EncodeUnsafe ( OutputStream & os,
unsigned codepoint )
inlinestatic

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

◆ Put()

template<typename CharType = char>
template<typename OutputByteStream>
static void ASCII< CharType >::Put ( OutputByteStream & os,
Ch c )
inlinestatic

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

◆ PutBOM()

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

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

◆ Take()

template<typename CharType = char>
template<typename InputByteStream>
static Ch ASCII< CharType >::Take ( InputByteStream & is)
inlinestatic

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

◆ TakeBOM()

template<typename CharType = char>
template<typename InputByteStream>
static CharType ASCII< CharType >::TakeBOM ( InputByteStream & is)
inlinestatic

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

◆ Validate()

template<typename CharType = char>
template<typename InputStream, typename OutputStream>
static bool ASCII< CharType >::Validate ( InputStream & is,
OutputStream & os )
inlinestatic

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


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