slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
Public 成员函数 | Private 属性 | 所有成员列表
detail::output_stream_adapter< CharType > 模板类 参考

output adapter for output streams 更多...

#include <json.hpp>

类 detail::output_stream_adapter< CharType > 继承关系图:
Inheritance graph
[图例]
detail::output_stream_adapter< CharType > 的协作图:
Collaboration graph
[图例]

Public 成员函数

 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
 
- Public 成员函数 继承自 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
 

Private 属性

std::basic_ostream< CharType > & stream
 

详细描述

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

output adapter for output streams

构造及析构函数说明

◆ output_stream_adapter()

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

成员函数说明

◆ write_character()

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

◆ write_characters()

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

类成员变量说明

◆ stream

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

该类的文档由以下文件生成: