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

#include <json.hpp>

Public 类型

using value_type = BasicJsonType
 

Public 成员函数

 json_ref (value_type &&value)
 
 json_ref (const value_type &value)
 
 json_ref (std::initializer_list< json_ref > init)
 
template<class... Args, enable_if_t< std::is_constructible< value_type, Args... >::value, int > = 0>
 json_ref (Args &&... args)
 
 json_ref (json_ref &&) noexcept=default
 
 json_ref (const json_ref &)=delete
 
json_refoperator= (const json_ref &)=delete
 
json_refoperator= (json_ref &&)=delete
 
 ~json_ref ()=default
 
value_type moved_or_copied () const
 
value_type constoperator* () const
 
value_type constoperator-> () const
 

Private 属性

value_type owned_value = nullptr
 
value_type constvalue_ref = nullptr
 

成员类型定义说明

◆ value_type

template<typename BasicJsonType >
using detail::json_ref< BasicJsonType >::value_type = BasicJsonType

构造及析构函数说明

◆ json_ref() [1/6]

template<typename BasicJsonType >
detail::json_ref< BasicJsonType >::json_ref ( value_type && value)
inline

◆ json_ref() [2/6]

template<typename BasicJsonType >
detail::json_ref< BasicJsonType >::json_ref ( const value_type & value)
inline

◆ json_ref() [3/6]

template<typename BasicJsonType >
detail::json_ref< BasicJsonType >::json_ref ( std::initializer_list< json_ref< BasicJsonType > > init)
inline

◆ json_ref() [4/6]

template<typename BasicJsonType >
template<class... Args, enable_if_t< std::is_constructible< value_type, Args... >::value, int > = 0>
detail::json_ref< BasicJsonType >::json_ref ( Args &&... args)
inline

◆ json_ref() [5/6]

template<typename BasicJsonType >
detail::json_ref< BasicJsonType >::json_ref ( json_ref< BasicJsonType > && )
defaultnoexcept

◆ json_ref() [6/6]

template<typename BasicJsonType >
detail::json_ref< BasicJsonType >::json_ref ( const json_ref< BasicJsonType > & )
delete

◆ ~json_ref()

template<typename BasicJsonType >
detail::json_ref< BasicJsonType >::~json_ref ( )
default

成员函数说明

◆ moved_or_copied()

template<typename BasicJsonType >
value_type detail::json_ref< BasicJsonType >::moved_or_copied ( ) const
inline
这是这个函数的调用关系图:

◆ operator*()

template<typename BasicJsonType >
value_type const & detail::json_ref< BasicJsonType >::operator* ( ) const
inline

◆ operator->()

template<typename BasicJsonType >
value_type const * detail::json_ref< BasicJsonType >::operator-> ( ) const
inline

◆ operator=() [1/2]

template<typename BasicJsonType >
json_ref & detail::json_ref< BasicJsonType >::operator= ( const json_ref< BasicJsonType > & )
delete

◆ operator=() [2/2]

template<typename BasicJsonType >
json_ref & detail::json_ref< BasicJsonType >::operator= ( json_ref< BasicJsonType > && )
delete

类成员变量说明

◆ owned_value

template<typename BasicJsonType >
value_type detail::json_ref< BasicJsonType >::owned_value = nullptr
mutableprivate

◆ value_ref

template<typename BasicJsonType >
value_type const* detail::json_ref< BasicJsonType >::value_ref = nullptr
private

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