MySQL 8.0.40
Source Code Documentation
|
#include <mysql/components/my_service.h>
#include <mysql/components/service_implementation.h>
#include <mysql/components/services/registry.h>
#include <map>
#include <memory>
#include "c_string_less.h"
#include "mysql_service_implementation.h"
#include "rwlock_scoped_lock.h"
#include "registry_metadata.h.inc"
Go to the source code of this file.
Classes | |
class | mysql_registry_imp |
Macros | |
#define | OBJECT_ITERATOR my_h_service_iterator |
#define | METADATA_ITERATOR my_h_service_metadata_iterator |
Typedefs | |
typedef std::map< const char *, mysql_service_implementation *, c_string_less > | my_service_registry |
#define METADATA_ITERATOR my_h_service_metadata_iterator |
#define OBJECT_ITERATOR my_h_service_iterator |
typedef std::map<const char *, mysql_service_implementation *, c_string_less> my_service_registry |