19 #ifndef RAPIDJSON_OSTREAMWRAPPER_H_ 20 #define RAPIDJSON_OSTREAMWRAPPER_H_ 27 RAPIDJSON_DIAG_OFF(padded)
48 template <
typename StreamType>
51 typedef typename StreamType::char_type
Ch;
96 #endif // RAPIDJSON_OSTREAMWRAPPER_H_ Wrapper of std::basic_ostream into RapidJSON's Stream concept.
#define RAPIDJSON_ASSERT(x)
Assertion.
BasicOStreamWrapper(StreamType &stream)
#define RAPIDJSON_NAMESPACE_END
provide custom rapidjson namespace (closing expression)
BasicOStreamWrapper & operator=(const BasicOStreamWrapper &)
#define RAPIDJSON_NAMESPACE_BEGIN
provide custom rapidjson namespace (opening expression)
BasicOStreamWrapper< std::ostream > OStreamWrapper
BasicOStreamWrapper< std::wostream > WOStreamWrapper