Input stream wrapper with dynamically bound encoding and automatic encoding detection. Plus de détails...
#include <arcane/utils/internal/json/rapidjson/encodedstream.h>
Graphe de collaboration de AutoUTFInputStream< CharType, InputByteStream >:Types publics | |
| typedef CharType | Ch |
Fonctions membres publiques | |
| AutoUTFInputStream (InputByteStream &is, UTFType type=kUTF8) | |
| Constructor. | |
| UTFType | GetType () const |
| bool | HasBOM () const |
| Ch | Peek () const |
| Ch | Take () |
| size_t | Tell () const |
| void | Put (Ch) |
| void | Flush () |
| Ch * | PutBegin () |
| size_t | PutEnd (Ch *) |
Types privés | |
| typedef Ch(* | TakeFunc) (InputByteStream &is) |
Fonctions membres privées | |
| RAPIDJSON_STATIC_ASSERT (sizeof(typename InputByteStream::Ch)==1) | |
| AutoUTFInputStream (const AutoUTFInputStream &) | |
| AutoUTFInputStream & | operator= (const AutoUTFInputStream &) |
| void | DetectType () |
Attributs privés | |
| InputByteStream * | is_ |
| UTFType | type_ |
| Ch | current_ |
| TakeFunc | takeFunc_ |
| bool | hasBOM_ |
Input stream wrapper with dynamically bound encoding and automatic encoding detection.
| CharType | Type of character for reading. |
| InputByteStream | type of input byte stream to be wrapped. |
Définition à la ligne 136 du fichier encodedstream.h.
| typedef CharType AutoUTFInputStream< CharType, InputByteStream >::Ch |
Définition à la ligne 139 du fichier encodedstream.h.
|
private |
Définition à la ligne 220 du fichier encodedstream.h.
|
inline |
Constructor.
| is | input stream to be wrapped. |
| type | UTF encoding type if it is not detected from the stream. |
Définition à la ligne 146 du fichier encodedstream.h.
Références RAPIDJSON_ASSERT.
|
inlineprivate |
Définition à la ligne 172 du fichier encodedstream.h.
|
inline |
Définition à la ligne 163 du fichier encodedstream.h.
|
inline |
Définition à la ligne 154 du fichier encodedstream.h.
|
inline |
Définition à la ligne 155 du fichier encodedstream.h.
|
inline |
Définition à la ligne 157 du fichier encodedstream.h.
|
inline |
Définition à la ligne 162 du fichier encodedstream.h.
|
inline |
Définition à la ligne 164 du fichier encodedstream.h.
|
inline |
Définition à la ligne 165 du fichier encodedstream.h.
|
inline |
Définition à la ligne 158 du fichier encodedstream.h.
|
inline |
Définition à la ligne 159 du fichier encodedstream.h.
|
private |
Définition à la ligne 223 du fichier encodedstream.h.
|
private |
Définition à la ligne 225 du fichier encodedstream.h.
|
private |
Définition à la ligne 221 du fichier encodedstream.h.
|
private |
Définition à la ligne 224 du fichier encodedstream.h.
|
private |
Définition à la ligne 222 du fichier encodedstream.h.