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

output adapter for byte vectors 更多...

#include <json.hpp>

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

Public 成员函数

 output_vector_adapter (std::vector< CharType, AllocatorType > &vec) 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::vector< CharType, AllocatorType > & v
 

详细描述

template<typename CharType, typename AllocatorType = std::allocator<CharType>>
class detail::output_vector_adapter< CharType, AllocatorType >

output adapter for byte vectors

构造及析构函数说明

◆ output_vector_adapter()

template<typename CharType , typename AllocatorType = std::allocator<CharType>>
detail::output_vector_adapter< CharType, AllocatorType >::output_vector_adapter ( std::vector< CharType, AllocatorType > & vec)
inlineexplicitnoexcept

成员函数说明

◆ write_character()

template<typename CharType , typename AllocatorType = std::allocator<CharType>>
void detail::output_vector_adapter< CharType, AllocatorType >::write_character ( CharType c)
inlineoverridevirtual

◆ write_characters()

template<typename CharType , typename AllocatorType = std::allocator<CharType>>
void detail::output_vector_adapter< CharType, AllocatorType >::write_characters ( const CharType * s,
std::size_t length )
inlineoverridevirtual

类成员变量说明

◆ v

template<typename CharType , typename AllocatorType = std::allocator<CharType>>
std::vector<CharType, AllocatorType>& detail::output_vector_adapter< CharType, AllocatorType >::v
private

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