MySQL 8.3.0
Source Code Documentation
my_metadata.h File Reference
#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_stringmy_unordered_string_to_string_map
 

Typedef Documentation

◆ my_string

typedef std::string my_string

◆ my_unordered_string_to_string_map