MySQL 9.1.0
Source Code Documentation
|
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | keyring_file::config::Config_pod |
Namespaces | |
namespace | keyring_file |
namespace | keyring_file::config |
Functions | |
bool | keyring_file::config::find_and_read_config_file (std::unique_ptr< Config_pod > &config_pod, std::string &err) |
Read configuration file. More... | |
bool | keyring_file::config::create_config (std::unique_ptr< std::vector< std::pair< std::string, std::string > > > &metadata) |
Create configuration vector. More... | |