![]() |
MySQL 9.5.0
Source Code Documentation
|
#include <migrate_keyring.h>
Public Member Functions | |
| Destination_keyring_component (const std::string &component_path, const std::string &implementation_name) | |
| ~Destination_keyring_component () | |
| const_keyring_writer_t * | writer () |
Public Member Functions inherited from Keyring_component | |
| const_keyring_load_t * | initializer () |
| bool | ok () const |
Private Attributes | |
| const_keyring_writer_t * | keyring_writer_service_ |
Additional Inherited Members | |
Protected Member Functions inherited from Keyring_component | |
| Keyring_component ()=default | |
| Keyring_component (std::string component_path, const std::string &implementation_name) | |
| ~Keyring_component () | |
Protected Attributes inherited from Keyring_component | |
| const std::string | component_path_ |
| my_h_service | h_keyring_load_service |
| const_keyring_load_t * | keyring_load_service_ |
| bool | component_loaded_ |
| bool | ok_ |
| Destination_keyring_component::Destination_keyring_component | ( | const std::string & | component_path, |
| const std::string & | implementation_name | ||
| ) |
| Destination_keyring_component::~Destination_keyring_component | ( | ) |
|
inline |
|
private |