![]() |
MySQL 8.2.0
Source Code Documentation
|
#include <cstdlib>
#include <functional>
Go to the source code of this file.
Classes | |
class | JsonParseDefaultErrorHandler |
Typedefs | |
using | JsonParseErrorHandler = std::function< void(const char *parse_err, size_t err_offset)> |
using | JsonErrorHandler = std::function< void()> |
Functions | |
void | JsonDepthErrorHandler () |
void | JsonKeyTooBigErrorHandler () |
void | JsonValueTooBigErrorHandler () |
void | InvalidJsonErrorHandler () |
using JsonErrorHandler = std::function<void()> |
using JsonParseErrorHandler = std::function<void(const char *parse_err, size_t err_offset)> |
void InvalidJsonErrorHandler | ( | ) |
void JsonDepthErrorHandler | ( | ) |
void JsonKeyTooBigErrorHandler | ( | ) |
void JsonValueTooBigErrorHandler | ( | ) |