output adapter for output streams More...
#include <json.hpp>
Public Member Functions | |
output_stream_adapter (std::basic_ostream< CharType > &s) noexcept | |
void | write_character (CharType c) override |
void | write_characters (const CharType *s, std::size_t length) override |
Public Member Functions inherited from nlohmann::detail::output_adapter_protocol< CharType > | |
virtual | ~output_adapter_protocol ()=default |
Private Attributes | |
std::basic_ostream< CharType > & | stream |
output adapter for output streams
|
inlineexplicitnoexcept |
Definition at line 11238 of file json.hpp.
|
inlineoverridevirtual |
Implements nlohmann::detail::output_adapter_protocol< CharType >.
Definition at line 11242 of file json.hpp.
|
inlineoverridevirtual |
Implements nlohmann::detail::output_adapter_protocol< CharType >.
Definition at line 11248 of file json.hpp.
|
private |