RflySimSDK v4.10
RflySimSDK说明文档
载入中...
搜索中...
未找到
output_vector_adapter< CharType, AllocatorType > 模板类 参考

output adapter for byte vectors 更多...

#include <output_adapters.hpp>

类 output_vector_adapter< CharType, AllocatorType > 继承关系图:
output_vector_adapter< CharType, AllocatorType > 的协作图:

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 成员函数 继承自 output_adapter_protocol< CharType >
 output_adapter_protocol (const output_adapter_protocol &)=default
 output_adapter_protocol (output_adapter_protocol &&) noexcept=default
output_adapter_protocol & operator= (const output_adapter_protocol &)=default
output_adapter_protocol & operator= (output_adapter_protocol &&) noexcept=default

详细描述

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

output adapter for byte vectors

成员函数说明

◆ write_character()

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

◆ write_characters()

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

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