MySQL 9.1.0
Source Code Documentation
|
#include "mysql/harness/dynamic_config.h"
#include <cassert>
#include <rapidjson/document.h>
#include <rapidjson/prettywriter.h>
#include <rapidjson/stringbuffer.h>
Namespaces | |
namespace | mysql_harness |
Typedefs | |
using | JsonAllocator = rapidjson::CrtAllocator |
using | JsonValue = rapidjson::GenericValue< rapidjson::UTF8<>, JsonAllocator > |
using | JsonStringBuffer = rapidjson::GenericStringBuffer< rapidjson::UTF8<>, JsonAllocator > |
using | JsonDocument = rapidjson::GenericDocument< rapidjson::UTF8<>, JsonAllocator > |
using JsonAllocator = rapidjson::CrtAllocator |
using JsonDocument = rapidjson::GenericDocument<rapidjson::UTF8<>, JsonAllocator> |
using JsonStringBuffer = rapidjson::GenericStringBuffer<rapidjson::UTF8<>, JsonAllocator> |
using JsonValue = rapidjson::GenericValue<rapidjson::UTF8<>, JsonAllocator> |