MySQL 8.4.0
Source Code Documentation
mysql_harness::DynamicState::Pimpl Struct Reference

Public Member Functions

void validate_json_against_schema (const JsonSchemaDocument &schema, const JsonDocument &json)
 

Public Attributes

JsonDocument json_state_doc_
 
std::mutex json_state_doc_lock_
 
std::mutex json_file_lock_
 

Member Function Documentation

◆ validate_json_against_schema()

void mysql_harness::DynamicState::Pimpl::validate_json_against_schema ( const JsonSchemaDocument &  schema,
const JsonDocument json 
)
inline

Member Data Documentation

◆ json_file_lock_

std::mutex mysql_harness::DynamicState::Pimpl::json_file_lock_

◆ json_state_doc_

JsonDocument mysql_harness::DynamicState::Pimpl::json_state_doc_

◆ json_state_doc_lock_

std::mutex mysql_harness::DynamicState::Pimpl::json_state_doc_lock_

The documentation for this struct was generated from the following file: