bes
Updated for version 3.20.6
|
Wrapper of std::basic_ostream
into RapidJSON's Stream concept.
More...
#include <ostreamwrapper.h>
Public Types | |
typedef StreamType::char_type | Ch |
typedef StreamType::char_type | Ch |
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 . |
Definition at line 45 of file cmr_module/rapidjson/ostreamwrapper.h.