#include <Json.h>
|
| JsonCustomErrorHandler (std::function< void(const json::json_pointer &, const json &, const std::string &)> callback) |
|
void | error (const json::json_pointer &pointer, const json &instance, const std::string &message) override |
|
|
std::function< void(const json::json_pointer &, const json &, const std::string &)> | _callback |
|
◆ JsonCustomErrorHandler()
carta::JsonCustomErrorHandler::JsonCustomErrorHandler |
( |
std::function< void(const json::json_pointer &, const json &, const std::string &)> |
callback | ) |
|
|
inline |
◆ error()
void carta::JsonCustomErrorHandler::error |
( |
const json::json_pointer & |
pointer, |
|
|
const json & |
instance, |
|
|
const std::string & |
message |
|
) |
| |
|
inlineoverride |
◆ _callback
std::function<void(const json::json_pointer&, const json&, const std::string&)> carta::JsonCustomErrorHandler::_callback |
|
private |
The documentation for this class was generated from the following file: