![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#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 |
Private Attributes | |
| std::basic_ostream< CharType > & | stream |
|
inlineexplicitnoexcept |
|
inlineoverridevirtual |
Implements nlohmann::detail::output_adapter_protocol< CharType >.
Definition at line 13234 of file json.hpp.
References stream.
|
inlineoverridevirtual |
Implements nlohmann::detail::output_adapter_protocol< CharType >.
Definition at line 13240 of file json.hpp.
References stream, and write_characters().
Referenced by write_characters().
|
private |
Definition at line 13246 of file json.hpp.
Referenced by output_stream_adapter(), write_character(), and write_characters().