Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
nlohmann::detail::output_stream_adapter< CharType > Class Template Reference

#include <json.hpp>

Inheritance diagram for nlohmann::detail::output_stream_adapter< CharType >:
[legend]
Collaboration diagram for nlohmann::detail::output_stream_adapter< CharType >:
[legend]

Public Member Functions

 output_stream_adapter (std::basic_ostream< CharType > &s) noexcept
void write_character (CharType c) override
void write_characters (const CharType *s, std::size_t length) override

Private Attributes

std::basic_ostream< CharType > & stream

Detailed Description

template<typename CharType>
class nlohmann::detail::output_stream_adapter< CharType >

Definition at line 13227 of file json.hpp.

Constructor & Destructor Documentation

◆ output_stream_adapter()

template<typename CharType>
nlohmann::detail::output_stream_adapter< CharType >::output_stream_adapter ( std::basic_ostream< CharType > & s)
inlineexplicitnoexcept

Definition at line 13230 of file json.hpp.

References stream.

Member Function Documentation

◆ write_character()

template<typename CharType>
void nlohmann::detail::output_stream_adapter< CharType >::write_character ( CharType c)
inlineoverridevirtual

Implements nlohmann::detail::output_adapter_protocol< CharType >.

Definition at line 13234 of file json.hpp.

References stream.

◆ write_characters()

template<typename CharType>
void nlohmann::detail::output_stream_adapter< CharType >::write_characters ( const CharType * s,
std::size_t length )
inlineoverridevirtual

Implements nlohmann::detail::output_adapter_protocol< CharType >.

Definition at line 13240 of file json.hpp.

References stream, and write_characters().

Referenced by write_characters().

Here is the caller graph for this function:

Field Documentation

◆ stream

template<typename CharType>
std::basic_ostream<CharType>& nlohmann::detail::output_stream_adapter< CharType >::stream
private

Definition at line 13246 of file json.hpp.

Referenced by output_stream_adapter(), write_character(), and write_characters().


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