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

#include <json.hpp>

Public 类型

using char_type = typename std::iterator_traits<IteratorType>::value_type
 

Public 成员函数

 iterator_input_adapter (IteratorType first, IteratorType last)
 
char_traits< char_type >::int_type get_character ()
 

Private 成员函数

bool empty () const
 

Private 属性

IteratorType current
 
IteratorType end
 

友元

template<typename BaseInputAdapter , size_t T>
struct wide_string_input_helper
 

成员类型定义说明

◆ char_type

template<typename IteratorType >
using detail::iterator_input_adapter< IteratorType >::char_type = typename std::iterator_traits<IteratorType>::value_type

构造及析构函数说明

◆ iterator_input_adapter()

template<typename IteratorType >
detail::iterator_input_adapter< IteratorType >::iterator_input_adapter ( IteratorType first,
IteratorType last )
inline

成员函数说明

◆ empty()

template<typename IteratorType >
bool detail::iterator_input_adapter< IteratorType >::empty ( ) const
inlineprivate

◆ get_character()

template<typename IteratorType >
char_traits< char_type >::int_type detail::iterator_input_adapter< IteratorType >::get_character ( )
inline

友元及相关函数文档

◆ wide_string_input_helper

类成员变量说明

◆ current

◆ end


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