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

#include <json.hpp>

Public 成员函数

template<typename AllocatorType = std::allocator<CharType>>
 output_adapter (std::vector< CharType, AllocatorType > &vec)
 
 output_adapter (std::basic_ostream< CharType > &s)
 
 output_adapter (StringType &s)
 
 operator output_adapter_t< CharType > ()
 

Private 属性

output_adapter_t< CharTypeoa = nullptr
 

构造及析构函数说明

◆ output_adapter() [1/3]

template<typename CharType , typename StringType = std::basic_string<CharType>>
template<typename AllocatorType = std::allocator<CharType>>
detail::output_adapter< CharType, StringType >::output_adapter ( std::vector< CharType, AllocatorType > & vec)
inline

◆ output_adapter() [2/3]

template<typename CharType , typename StringType = std::basic_string<CharType>>
detail::output_adapter< CharType, StringType >::output_adapter ( std::basic_ostream< CharType > & s)
inline

◆ output_adapter() [3/3]

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

成员函数说明

◆ operator output_adapter_t< CharType >()

template<typename CharType , typename StringType = std::basic_string<CharType>>
detail::output_adapter< CharType, StringType >::operator output_adapter_t< CharType > ( )
inline

类成员变量说明

◆ oa

template<typename CharType , typename StringType = std::basic_string<CharType>>
output_adapter_t<CharType> detail::output_adapter< CharType, StringType >::oa = nullptr
private

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