output adapter for output streams More...
#include <json.h>
output adapter for output streams
Public Member Functions | |
output_stream_adapter (std::basic_ostream< CharType > &s) noexcept | |
void | write_character (CharType c) override |
JSON_HEDLEY_NON_NULL (2) void write_characters(const CharType *s | |
Public Member Functions inherited from nlohmann::detail::output_adapter_protocol< CharType > | |
virtual void | write_characters (const CharType *s, std::size_t length)=0 |
virtual | ~output_adapter_protocol ()=default |
Public Attributes | |
std::size_t length | override |
|
inlineexplicitnoexcept |
nlohmann::detail::output_stream_adapter< CharType >::JSON_HEDLEY_NON_NULL | ( | 2 | ) | const |
|
inlineoverridevirtual |
std::size_t length nlohmann::detail::output_stream_adapter< CharType >::override |
|
private |