MySQL 8.0.37
Source Code Documentation
json_error_handler.h File Reference
#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 ()
 

Typedef Documentation

◆ JsonDocumentDepthHandler

using JsonDocumentDepthHandler = std::function<void()>

◆ JsonParseErrorHandler

using JsonParseErrorHandler = std::function<void(const char *parse_err, size_t err_offset)>

Function Documentation

◆ JsonDocumentDefaultDepthHandler()

void JsonDocumentDefaultDepthHandler ( )