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