MySQL 8.4.0
Source Code Documentation
dynamic_config.cc File Reference
#include "mysql/harness/dynamic_config.h"
#include <cassert>
#include <rapidjson/document.h>
#include <rapidjson/prettywriter.h>
#include <rapidjson/stringbuffer.h>

Namespaces

namespace  mysql_harness
 

Macros

#define RAPIDJSON_HAS_STDSTRING   1
 

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 >
 

Macro Definition Documentation

◆ RAPIDJSON_HAS_STDSTRING

#define RAPIDJSON_HAS_STDSTRING   1

Typedef Documentation

◆ JsonAllocator

using JsonAllocator = rapidjson::CrtAllocator

◆ JsonDocument

using JsonDocument = rapidjson::GenericDocument<rapidjson::UTF8<>, JsonAllocator>

◆ JsonStringBuffer

using JsonStringBuffer = rapidjson::GenericStringBuffer<rapidjson::UTF8<>, JsonAllocator>

◆ JsonValue

using JsonValue = rapidjson::GenericValue<rapidjson::UTF8<>, JsonAllocator>