|
slot 0.0.1
A real time UI render framework
|
exception indicating errors with iterators 更多...
#include <json.hpp>


静态 Public 成员函数 | |
| template<typename BasicJsonContext , enable_if_t< is_basic_json_context< BasicJsonContext >::value, int > = 0> | |
| static invalid_iterator | create (int id_, const std::string &what_arg, BasicJsonContext context) |
Private 成员函数 | |
| invalid_iterator (int id_, const char *what_arg) | |
额外继承的成员函数 | |
Public 成员函数 继承自 detail::exception | |
| const char * | what () 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 errors with iterators
|
inlinestatic |
