![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <json.hpp>
Public Member Functions | |
| output_string_adapter (StringType &s) noexcept | |
| void | write_character (CharType c) override |
| void | write_characters (const CharType *s, std::size_t length) override |
Private Attributes | |
| StringType & | str |
|
inlineexplicitnoexcept |
|
inlineoverridevirtual |
Implements nlohmann::detail::output_adapter_protocol< CharType >.
Definition at line 13259 of file json.hpp.
References str.
|
inlineoverridevirtual |
Implements nlohmann::detail::output_adapter_protocol< CharType >.
Definition at line 13265 of file json.hpp.
References str, and write_characters().
Referenced by write_characters().
|
private |
Definition at line 13271 of file json.hpp.
Referenced by output_string_adapter(), write_character(), and write_characters().