abstract output adapter interface More...
#include "json.h"
Public Member Functions | |
virtual | ~output_adapter_protocol ()=default |
virtual | ~output_adapter_protocol ()=default |
virtual void | write_character (CharType c)=0 |
virtual void | write_character (CharType c)=0 |
virtual void | write_characters (const CharType *s, std::size_t length)=0 |
virtual void | write_characters (const CharType *s, std::size_t length)=0 |
abstract output adapter interface
|
virtualdefault |
|
virtualdefault |
|
pure virtual |
Implemented in nlohmann::detail::output_string_adapter< CharType, StringType >, nlohmann::detail::output_stream_adapter< CharType >, nlohmann::detail::output_vector_adapter< CharType >, nlohmann::detail::output_string_adapter< CharType, StringType >, nlohmann::detail::output_stream_adapter< CharType >, and nlohmann::detail::output_vector_adapter< CharType >.
|
pure virtual |
Implemented in nlohmann::detail::output_string_adapter< CharType, StringType >, nlohmann::detail::output_stream_adapter< CharType >, nlohmann::detail::output_vector_adapter< CharType >, nlohmann::detail::output_string_adapter< CharType, StringType >, nlohmann::detail::output_stream_adapter< CharType >, and nlohmann::detail::output_vector_adapter< CharType >.
|
pure virtual |
Implemented in nlohmann::detail::output_string_adapter< CharType, StringType >, nlohmann::detail::output_stream_adapter< CharType >, nlohmann::detail::output_vector_adapter< CharType >, nlohmann::detail::output_string_adapter< CharType, StringType >, nlohmann::detail::output_stream_adapter< CharType >, and nlohmann::detail::output_vector_adapter< CharType >.
|
pure virtual |
Implemented in nlohmann::detail::output_string_adapter< CharType, StringType >, nlohmann::detail::output_stream_adapter< CharType >, nlohmann::detail::output_vector_adapter< CharType >, nlohmann::detail::output_string_adapter< CharType, StringType >, nlohmann::detail::output_stream_adapter< CharType >, and nlohmann::detail::output_vector_adapter< CharType >.