TerraForge3D  2.3.1
3D Terrain And Landscape Generator
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, AllocatorType >

Public Member Functions

virtual void write_character (CharType c)=0
 
virtual void write_characters (const CharType *s, std::size_t length)=0
 
 output_adapter_protocol (const output_adapter_protocol &)=default
 
 output_adapter_protocol (output_adapter_protocol &&) noexcept=default
 
output_adapter_protocoloperator= (const output_adapter_protocol &)=default
 
output_adapter_protocoloperator= (output_adapter_protocol &&) noexcept=default
 

Detailed Description

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

abstract output adapter interface

Definition at line 13665 of file json.hpp.


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