SIRIUS 7.5.0
Electronic structure library and applications
Public Member Functions | List of all members
detail::output_adapter_protocol< CharType > Struct Template Referenceabstract

abstract output adapter interface More...

#include <nlohmann_json.hpp>

Inherited by detail::output_stream_adapter< CharType >, detail::output_string_adapter< CharType, StringType >, and 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 detail::output_adapter_protocol< CharType >

abstract output adapter interface

Definition at line 14858 of file nlohmann_json.hpp.


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