Public Member Functions | List of all members
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 >:
Inheritance graph
[legend]

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
 

Detailed Description

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

abstract output adapter interface

Definition at line 4728 of file json.hpp.

Constructor & Destructor Documentation

template<typename CharType >
virtual nlohmann::detail::output_adapter_protocol< CharType >::~output_adapter_protocol ( )
virtualdefault

Member Function Documentation

template<typename CharType >
virtual void nlohmann::detail::output_adapter_protocol< CharType >::write_character ( CharType  c)
pure virtual
template<typename CharType >
virtual void nlohmann::detail::output_adapter_protocol< CharType >::write_characters ( const CharType *  s,
std::size_t  length 
)
pure virtual

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


json_transport
Author(s): Paul Bovbel
autogenerated on Wed Jan 27 2021 03:58:48