MySQL 9.1.0
Source Code Documentation
|
stores global data as pair of <string, jsonfied-string> More...
#include <mock_server_global_scope.h>
Public Types | |
using | key_type = std::string |
using | value_type = std::string |
using | type = std::map< key_type, value_type > |
Public Member Functions | |
type | get_all () |
std::vector< key_type > | get_keys () |
void | set (const key_type &key, const value_type &value) |
size_t | erase (const key_type &key) |
void | reset (type globals) |
Private Attributes | |
type | global_ |
std::mutex | global_mutex_ |
stores global data as pair of <string, jsonfied-string>
using MockServerGlobalScope::key_type = std::string |
using MockServerGlobalScope::type = std::map<key_type, value_type> |
using MockServerGlobalScope::value_type = std::string |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |