|
CocoaTweet
|
abstract output adapter interface More...
#include <json.hpp>

Public Member Functions | |
| virtual void | write_character (CharType c)=0 |
| virtual void | write_characters (const CharType *s, std::size_t length)=0 |
| virtual | ~output_adapter_protocol ()=default |
| virtual void | write_character (CharType c)=0 |
| virtual void | write_characters (const CharType *s, std::size_t length)=0 |
| virtual | ~output_adapter_protocol ()=default |
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 >.
1.8.17