MySQL 8.4.1
Source Code Documentation
SslVerifyOption Class Reference

Public Member Functions

 SslVerifyOption (std::initializer_list< SslVerify > allowed_)
 
SslVerify operator() (const std::string &value, const std::string &option_desc)
 

Private Attributes

std::vector< SslVerifyallowed_
 

Constructor & Destructor Documentation

◆ SslVerifyOption()

SslVerifyOption::SslVerifyOption ( std::initializer_list< SslVerify allowed_)
inline

Member Function Documentation

◆ operator()()

SslVerify SslVerifyOption::operator() ( const std::string &  value,
const std::string &  option_desc 
)
inline

Member Data Documentation

◆ allowed_

std::vector<SslVerify> SslVerifyOption::allowed_
private

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