Input byte stream wrapper with a statically bound encoding. Plus de détails...
#include <arcane/utils/internal/json/rapidjson/encodedstream.h>
Types publics | |
typedef Encoding::Ch | Ch |
Fonctions membres publiques | |
EncodedInputStream (InputByteStream &is) | |
Ch | Peek () const |
Ch | Take () |
size_t | Tell () const |
void | Put (Ch) |
void | Flush () |
Ch * | PutBegin () |
size_t | PutEnd (Ch *) |
Fonctions membres privées | |
RAPIDJSON_STATIC_ASSERT (sizeof(typename InputByteStream::Ch)==1) | |
EncodedInputStream (const EncodedInputStream &) | |
EncodedInputStream & | operator= (const EncodedInputStream &) |
Attributs privés | |
InputByteStream & | is_ |
Ch | current_ |
Input byte stream wrapper with a statically bound encoding.
Encoding | The interpretation of encoding of the stream. Either UTF8, UTF16LE, UTF16BE, UTF32LE, UTF32BE. |
InputByteStream | Type of input byte stream. For example, FileReadStream. |
Définition à la ligne 40 du fichier encodedstream.h.
typedef Encoding::Ch EncodedInputStream< Encoding, InputByteStream >::Ch |
Définition à la ligne 43 du fichier encodedstream.h.
|
inline |
Définition à la ligne 45 du fichier encodedstream.h.
|
inline |
Définition à la ligne 55 du fichier encodedstream.h.
|
inline |
Définition à la ligne 49 du fichier encodedstream.h.
|
inline |
Définition à la ligne 54 du fichier encodedstream.h.
|
inline |
Définition à la ligne 56 du fichier encodedstream.h.
|
inline |
Définition à la ligne 57 du fichier encodedstream.h.
|
inline |
Définition à la ligne 50 du fichier encodedstream.h.
|
inline |
Définition à la ligne 51 du fichier encodedstream.h.
|
private |
Définition à la ligne 64 du fichier encodedstream.h.
|
private |
Définition à la ligne 63 du fichier encodedstream.h.