MySQL 9.1.0
Source Code Documentation
|
Holds plugin's API call information. More...
Public Member Functions | |
PluginInfo (const std::string &folder, const std::string &libname) | |
PluginInfo (const Plugin *const plugin) | |
void | load_plugin_descriptor (const std::string &name) |
const Plugin * | plugin () const |
const DynamicLibrary & | library () const |
Private Attributes | |
DynamicLibrary | module_ |
const Plugin * | plugin_ {} |
Holds plugin's API call information.
mysql_harness::Loader::PluginInfo::PluginInfo | ( | const std::string & | folder, |
const std::string & | libname | ||
) |
|
inline |
|
inline |
void mysql_harness::Loader::PluginInfo::load_plugin_descriptor | ( | const std::string & | name | ) |
|
inline |
|
private |
|
private |