MySQL 8.4.0
Source Code Documentation
keyring_generator_service_definition.h File Reference

Go to the source code of this file.

Classes

class  keyring_common::service_definition::Keyring_generator_service_impl
 

Namespaces

namespace  keyring_common
 
namespace  keyring_common::service_definition
 

Macros

#define KEYRING_GENERATOR_IMPLEMENTOR(component_name)
 

Macro Definition Documentation

◆ KEYRING_GENERATOR_IMPLEMENTOR

#define KEYRING_GENERATOR_IMPLEMENTOR (   component_name)
Value:
BEGIN_SERVICE_IMPLEMENTATION(component_name, keyring_generator) \
keyring_common::service_definition::Keyring_generator_service_impl::generate \
END_SERVICE_IMPLEMENTATION()
#define BEGIN_SERVICE_IMPLEMENTATION(component, service)
Declares a Service Implementation.
Definition: service_implementation.h:62