MySQL 8.3.0
Source Code Documentation
dynamic_state.h File Reference
#include <fstream>
#include <functional>
#include <iterator>
#include <list>
#include <map>
#include <memory>
#include <mutex>
#include <stdexcept>
#include <string>
#include <vector>
#include "harness_export.h"
#include <rapidjson/document.h>

Go to the source code of this file.

Classes

class  mysql_harness::DynamicState
 DynamicState represents a MySQLRouter dynamic state object. More...
 

Namespaces

namespace  mysql_harness
 

Typedefs

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