MySQL 9.6.0
Source Code Documentation
mysqlrouter::LogFilter::Impl Struct Reference

Public Types

using regex_search_and_replace_patterns = std::pair< std::unique_ptr< RegexMatcher >, std::string >
 

Public Member Functions

void add_pattern (const std::string &pattern, const std::string &replacement)
 

Public Attributes

std::vector< regex_search_and_replace_patternspatterns_
 

Member Typedef Documentation

◆ regex_search_and_replace_patterns

using mysqlrouter::LogFilter::Impl::regex_search_and_replace_patterns = std::pair<std::unique_ptr<RegexMatcher>, std::string>

Member Function Documentation

◆ add_pattern()

void mysqlrouter::LogFilter::Impl::add_pattern ( const std::string &  pattern,
const std::string &  replacement 
)
inline

Member Data Documentation

◆ patterns_

std::vector<regex_search_and_replace_patterns> mysqlrouter::LogFilter::Impl::patterns_

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