MySQL 9.1.0
Source Code Documentation
|
#include <memory>
#include <string>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | my_metadata |
The metadata class used by both the registry and the dynamic loader services to store and manage metadata information related to specified objects. More... | |
class | my_metadata::const_iterator |
The data type of the iterator used. More... | |
Typedefs | |
typedef std::string | my_string |
typedef std::unordered_map< my_string, my_string > | my_unordered_string_to_string_map |
typedef std::string my_string |
typedef std::unordered_map<my_string, my_string> my_unordered_string_to_string_map |