OpenMoHAA 0.82.0
Loading...
Searching...
No Matches
nlohmann::detail::output_adapter_protocol< CharType > Struct Template Referenceabstract

abstract output adapter interface More...

#include <json.hpp>

Inheritance diagram for nlohmann::detail::output_adapter_protocol< CharType >:
nlohmann::detail::output_stream_adapter< CharType > nlohmann::detail::output_string_adapter< CharType, StringType > nlohmann::detail::output_vector_adapter< CharType >

Public Member Functions

virtual void write_character (CharType c)=0
 
virtual void write_characters (const CharType *s, std::size_t length)=0
 

Detailed Description

template<typename CharType>
struct nlohmann::detail::output_adapter_protocol< CharType >

abstract output adapter interface


The documentation for this struct was generated from the following file: