Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
detail::output_string_adapter< CharType, StringType > Class Template Reference

#include <goby/util/thirdparty/nlohmann/json.hpp>

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

Public Member Functions

 output_string_adapter (StringType &s) noexcept
void write_character (CharType c) override
void write_characters (const CharType *s, std::size_t length) override
Public Member Functions inherited from detail::output_adapter_protocol< CharType >
virtual ~output_adapter_protocol ()=default
 output_adapter_protocol ()=default
 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, typename StringType = std::basic_string<CharType>>
class detail::output_string_adapter< CharType, StringType >

Definition at line 15714 of file json.hpp.

Constructor & Destructor Documentation

◆ output_string_adapter()

template<typename CharType, typename StringType = std::basic_string<CharType>>
detail::output_string_adapter< CharType, StringType >::output_string_adapter ( StringType & s)
inlineexplicitnoexcept

Definition at line 15717 of file json.hpp.

Member Function Documentation

◆ write_character()

template<typename CharType, typename StringType = std::basic_string<CharType>>
void detail::output_string_adapter< CharType, StringType >::write_character ( CharType c)
inlineoverridevirtual

Implements detail::output_adapter_protocol< CharType >.

Definition at line 15721 of file json.hpp.

◆ write_characters()

template<typename CharType, typename StringType = std::basic_string<CharType>>
void detail::output_string_adapter< CharType, StringType >::write_characters ( const CharType * s,
std::size_t length )
inlineoverridevirtual

Implements detail::output_adapter_protocol< CharType >.

Definition at line 15727 of file json.hpp.


The documentation for this class was generated from the following file:
  • goby/util/thirdparty/nlohmann/json.hpp