#include <json-schema.hpp>
Public Member Functions | |
| void | error (const json::json_pointer &, const json &, const std::string &) override |
| virtual void | reset () |
| operator bool () const | |
| Public Member Functions inherited from nlohmann::json_schema::error_handler | |
| virtual | ~error_handler () |
Private Attributes | |
| bool | error_ {false} |
Definition at line 145 of file json-schema.hpp.
|
inlineoverridevirtual |
Implements nlohmann::json_schema::error_handler.
Definition at line 150 of file json-schema.hpp.
References error_.
Referenced by anonymous_namespace{errors.cpp}::store_ptr_err_handler::error(), anonymous_namespace{issue-149-entry-selection.cpp}::store_err_handler::error(), anonymous_namespace{issue-70-root-schema-constructor.cpp}::store_ptr_err_handler::error(), custom_error_handler::error(), store_ptr_err_handler::error(), and main().
|
inline |
|
inlinevirtual |
Reimplemented in anonymous_namespace{errors.cpp}::store_ptr_err_handler, anonymous_namespace{errors.cpp}::store_ptr_err_handler, anonymous_namespace{issue-149-entry-selection.cpp}::store_err_handler, anonymous_namespace{issue-149-entry-selection.cpp}::store_err_handler, anonymous_namespace{issue-70-root-schema-constructor.cpp}::store_ptr_err_handler, anonymous_namespace{issue-70-root-schema-constructor.cpp}::store_ptr_err_handler, store_ptr_err_handler, and store_ptr_err_handler.
Definition at line 155 of file json-schema.hpp.
References error_.
Referenced by anonymous_namespace{errors.cpp}::store_ptr_err_handler::reset(), anonymous_namespace{issue-149-entry-selection.cpp}::store_err_handler::reset(), anonymous_namespace{issue-70-root-schema-constructor.cpp}::store_ptr_err_handler::reset(), and store_ptr_err_handler::reset().
|
private |
Definition at line 147 of file json-schema.hpp.
Referenced by error(), operator bool(), and reset().