Output stream wrapper with dynamically bound encoding and automatic encoding detection. Plus de détails...
#include <arcane/utils/internal/json/rapidjson/encodedstream.h>
Types publics | |
typedef CharType | Ch |
Fonctions membres publiques | |
AutoUTFOutputStream (OutputByteStream &os, UTFType type, bool putBOM) | |
Constructor. | |
UTFType | GetType () const |
void | Put (Ch c) |
void | Flush () |
Ch | Peek () const |
Ch | Take () |
size_t | Tell () const |
Ch * | PutBegin () |
size_t | PutEnd (Ch *) |
Types privés | |
typedef void(* | PutFunc) (OutputByteStream &, Ch) |
Fonctions membres privées | |
RAPIDJSON_STATIC_ASSERT (sizeof(typename OutputByteStream::Ch)==1) | |
AutoUTFOutputStream (const AutoUTFOutputStream &) | |
AutoUTFOutputStream & | operator= (const AutoUTFOutputStream &) |
void | PutBOM () |
Attributs privés | |
OutputByteStream * | os_ |
UTFType | type_ |
PutFunc | putFunc_ |
Output stream wrapper with dynamically bound encoding and automatic encoding detection.
CharType | Type of character for writing. |
OutputByteStream | type of output byte stream to be wrapped. |
Définition à la ligne 234 du fichier encodedstream.h.
typedef CharType AutoUTFOutputStream< CharType, OutputByteStream >::Ch |
Définition à la ligne 237 du fichier encodedstream.h.
|
private |
Définition à la ligne 281 du fichier encodedstream.h.
|
inline |
Constructor.
os | output stream to be wrapped. |
type | UTF encoding type. |
putBOM | Whether to write BOM at the beginning of the stream. |
Définition à la ligne 245 du fichier encodedstream.h.
Références RAPIDJSON_ASSERT.
|
inline |
Définition à la ligne 262 du fichier encodedstream.h.
|
inline |
Définition à la ligne 259 du fichier encodedstream.h.
|
inline |
Définition à la ligne 265 du fichier encodedstream.h.
|
inline |
Définition à la ligne 261 du fichier encodedstream.h.
|
inline |
Définition à la ligne 268 du fichier encodedstream.h.
|
inlineprivate |
Définition à la ligne 275 du fichier encodedstream.h.
|
inline |
Définition à la ligne 269 du fichier encodedstream.h.
|
inline |
Définition à la ligne 266 du fichier encodedstream.h.
|
inline |
Définition à la ligne 267 du fichier encodedstream.h.
|
private |
Définition à la ligne 283 du fichier encodedstream.h.
|
private |
Définition à la ligne 285 du fichier encodedstream.h.
|
private |
Définition à la ligne 284 du fichier encodedstream.h.