Wrapper of std::basic_istream
into RapidJSON's Stream concept.
Plus de détails...
#include <arcane/utils/internal/json/rapidjson/istreamwrapper.h>
Types publics | |
typedef StreamType::char_type | Ch |
Fonctions membres publiques | |
BasicIStreamWrapper (StreamType &stream) | |
Constructor. | |
BasicIStreamWrapper (StreamType &stream, char *buffer, size_t bufferSize) | |
Constructor. | |
Ch | Peek () const |
Ch | Take () |
size_t | Tell () const |
void | Put (Ch) |
void | Flush () |
Ch * | PutBegin () |
size_t | PutEnd (Ch *) |
const Ch * | Peek4 () const |
Fonctions membres privées | |
BasicIStreamWrapper (const BasicIStreamWrapper &) | |
BasicIStreamWrapper & | operator= (const BasicIStreamWrapper &) |
void | Read () |
Attributs privés | |
StreamType & | stream_ |
Ch | peekBuffer_ [4] |
Ch * | buffer_ |
size_t | bufferSize_ |
Ch * | bufferLast_ |
Ch * | current_ |
size_t | readCount_ |
size_t | count_ |
Number of characters read. | |
bool | eof_ |
Wrapper of std::basic_istream
into RapidJSON's Stream concept.
The classes can be wrapped including but not limited to:
std::istringstream
std::stringstream
std::wistringstream
std::wstringstream
std::ifstream
std::fstream
std::wifstream
std::wfstream
StreamType | Class derived from std::basic_istream . |
Définition à la ligne 50 du fichier istreamwrapper.h.
typedef StreamType::char_type BasicIStreamWrapper< StreamType >::Ch |
Définition à la ligne 52 du fichier istreamwrapper.h.
|
inline |
Constructor.
stream | stream opened for read. |
Définition à la ligne 58 du fichier istreamwrapper.h.
|
inline |
Constructor.
stream | stream opened for read. |
buffer | user-supplied buffer. |
bufferSize | size of buffer in bytes. Must >=4 bytes. |
Définition à la ligne 68 du fichier istreamwrapper.h.
Références RAPIDJSON_ASSERT.
|
inline |
Définition à la ligne 79 du fichier istreamwrapper.h.
|
inline |
Définition à la ligne 73 du fichier istreamwrapper.h.
|
inline |
Définition à la ligne 84 du fichier istreamwrapper.h.
|
inline |
Définition à la ligne 78 du fichier istreamwrapper.h.
|
inline |
Définition à la ligne 80 du fichier istreamwrapper.h.
|
inline |
Définition à la ligne 81 du fichier istreamwrapper.h.
|
inlineprivate |
Définition à la ligne 93 du fichier istreamwrapper.h.
|
inline |
Définition à la ligne 74 du fichier istreamwrapper.h.
|
inline |
Définition à la ligne 75 du fichier istreamwrapper.h.
|
private |
Définition à la ligne 111 du fichier istreamwrapper.h.
|
private |
Définition à la ligne 113 du fichier istreamwrapper.h.
|
private |
Définition à la ligne 112 du fichier istreamwrapper.h.
|
private |
Number of characters read.
Définition à la ligne 116 du fichier istreamwrapper.h.
|
private |
Définition à la ligne 114 du fichier istreamwrapper.h.
|
private |
Définition à la ligne 117 du fichier istreamwrapper.h.
|
private |
Définition à la ligne 111 du fichier istreamwrapper.h.
|
private |
Définition à la ligne 115 du fichier istreamwrapper.h.
|
private |
Définition à la ligne 110 du fichier istreamwrapper.h.