MySQL 8.0.37
Source Code Documentation
keyring_load_service_definition.h File Reference

Go to the source code of this file.

Classes

class  keyring_common::service_definition::Keyring_load_service_impl
 

Namespaces

namespace  keyring_common
 
namespace  keyring_common::service_definition
 

Macros

#define KEYRING_LOAD_IMPLEMENTOR(component_name)
 

Macro Definition Documentation

◆ KEYRING_LOAD_IMPLEMENTOR

#define KEYRING_LOAD_IMPLEMENTOR (   component_name)
Value:
BEGIN_SERVICE_IMPLEMENTATION(component_name, keyring_load) \
keyring_common::service_definition::Keyring_load_service_impl::load \
END_SERVICE_IMPLEMENTATION()
#define BEGIN_SERVICE_IMPLEMENTATION(component, service)
Declares a Service Implementation.
Definition: service_implementation.h:62