MySQL 8.0.40
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 | JsonDocumentDepthHandler = std::function< void()> |
Functions | |
void | JsonDocumentDefaultDepthHandler () |
using JsonDocumentDepthHandler = std::function<void()> |
using JsonParseErrorHandler = std::function<void(const char *parse_err, size_t err_offset)> |
void JsonDocumentDefaultDepthHandler | ( | ) |