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

output adapter for basic_string 更多...

#include <json.hpp>

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

Public 成员函数

 output_string_adapter (StringType &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 属性

StringTypestr
 

详细描述

template<typename CharType, typename StringType = std::basic_string<CharType>>
class detail::output_string_adapter< CharType, StringType >

output adapter for basic_string

构造及析构函数说明

◆ output_string_adapter()

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

成员函数说明

◆ write_character()

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

◆ 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

类成员变量说明

◆ str

template<typename CharType , typename StringType = std::basic_string<CharType>>
StringType& detail::output_string_adapter< CharType, StringType >::str
private

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