output adapter for basic_string More...
#include <json.h>
output adapter for basic_string
Public Member Functions | |
output_string_adapter (StringType &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_string_adapter< CharType, StringType >::JSON_HEDLEY_NON_NULL | ( | 2 | ) | const |
|
inlineoverridevirtual |
std::size_t length nlohmann::detail::output_string_adapter< CharType, StringType >::override |
|
private |