slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
静态 Public 成员函数 | Private 成员函数 | 所有成员列表
detail::other_error类 参考

exception indicating other library errors 更多...

#include <json.hpp>

类 detail::other_error 继承关系图:
Inheritance graph
[图例]
detail::other_error 的协作图:
Collaboration graph
[图例]

静态 Public 成员函数

template<typename BasicJsonContext , enable_if_t< is_basic_json_context< BasicJsonContext >::value, int > = 0>
static other_error create (int id_, const std::string &what_arg, BasicJsonContext context)
 

Private 成员函数

 other_error (int id_, const char *what_arg)
 

额外继承的成员函数

- Public 成员函数 继承自 detail::exception
const charwhat () const noexcept override
 returns the explanatory string
 
- Public 属性 继承自 detail::exception
const int id
 the id of the exception
 
- Protected 成员函数 继承自 detail::exception
 exception (int id_, const char *what_arg)
 
- 静态 Protected 成员函数 继承自 detail::exception
static std::string name (const std::string &ename, int id_)
 
static std::string diagnostics (std::nullptr_t)
 
template<typename BasicJsonType >
static std::string diagnostics (const BasicJsonType *leaf_element)
 

详细描述

exception indicating other library errors

参见
https://json.nlohmann.me/api/basic_json/other_error/

构造及析构函数说明

◆ other_error()

detail::other_error::other_error ( int id_,
const char * what_arg )
inlineprivate

成员函数说明

◆ create()

static other_error detail::other_error::create ( int id_,
const std::string & what_arg,
BasicJsonContext context )
inlinestatic
函数调用图:

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