MySQL 9.0.0
Source Code Documentation
components::Keyring_services Class Reference

#include <components.h>

Inheritance diagram for components::Keyring_services:
[legend]

Public Member Functions

 Keyring_services (const std::string &implementation_name, const std::string &instance_path)
 
virtual ~Keyring_services ()
 
bool ok () const
 

Protected Attributes

registry_type_tregistry_
 
std::string implementation_name_
 
my_service< const_keyring_load_tkeyring_load_service_
 
bool ok_
 

Constructor & Destructor Documentation

◆ Keyring_services()

components::Keyring_services::Keyring_services ( const std::string &  implementation_name,
const std::string &  instance_path 
)

◆ ~Keyring_services()

components::Keyring_services::~Keyring_services ( )
virtual

Member Function Documentation

◆ ok()

bool components::Keyring_services::ok ( ) const
inline

Member Data Documentation

◆ implementation_name_

std::string components::Keyring_services::implementation_name_
protected

◆ keyring_load_service_

my_service<const_keyring_load_t> components::Keyring_services::keyring_load_service_
protected

◆ ok_

bool components::Keyring_services::ok_
protected

◆ registry_

registry_type_t* components::Keyring_services::registry_
protected

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