Wrapper of std::basic_ostream
into RapidJSON's Stream concept.
Plus de détails...
#include <arcane/utils/internal/json/rapidjson/ostreamwrapper.h>
Types publics | |
typedef StreamType::char_type | Ch |
Fonctions membres publiques | |
BasicOStreamWrapper (StreamType &stream) | |
void | Put (Ch c) |
void | Flush () |
char | Peek () const |
char | Take () |
size_t | Tell () const |
char * | PutBegin () |
size_t | PutEnd (char *) |
Fonctions membres privées | |
BasicOStreamWrapper (const BasicOStreamWrapper &) | |
BasicOStreamWrapper & | operator= (const BasicOStreamWrapper &) |
Attributs privés | |
StreamType & | stream_ |
Wrapper of std::basic_ostream
into RapidJSON's Stream concept.
The classes can be wrapped including but not limited to:
std::ostringstream
std::stringstream
std::wpstringstream
std::wstringstream
std::ifstream
std::fstream
std::wofstream
std::wfstream
StreamType | Class derived from std::basic_ostream . |
Définition à la ligne 46 du fichier ostreamwrapper.h.
typedef StreamType::char_type BasicOStreamWrapper< StreamType >::Ch |
Définition à la ligne 48 du fichier ostreamwrapper.h.
|
inline |
Définition à la ligne 49 du fichier ostreamwrapper.h.
|
inline |
Définition à la ligne 55 du fichier ostreamwrapper.h.
|
inline |
Définition à la ligne 60 du fichier ostreamwrapper.h.
|
inline |
Définition à la ligne 51 du fichier ostreamwrapper.h.
|
inline |
Définition à la ligne 63 du fichier ostreamwrapper.h.
|
inline |
Définition à la ligne 64 du fichier ostreamwrapper.h.
|
inline |
Définition à la ligne 61 du fichier ostreamwrapper.h.
|
inline |
Définition à la ligne 62 du fichier ostreamwrapper.h.
|
private |
Définition à la ligne 70 du fichier ostreamwrapper.h.