MySQL 8.4.0
Source Code Documentation
Key_info Class Reference

#include <migrate_keyring.h>

Public Member Functions

 Key_info ()=default
 
 Key_info (char *key_id, char *user_id)
 
 Key_info (const Key_info &ki)
 

Public Attributes

std::string m_key_id
 
std::string m_user_id
 

Constructor & Destructor Documentation

◆ Key_info() [1/3]

Key_info::Key_info ( )
default

◆ Key_info() [2/3]

Key_info::Key_info ( char *  key_id,
char *  user_id 
)
inline

◆ Key_info() [3/3]

Key_info::Key_info ( const Key_info ki)
inline

Member Data Documentation

◆ m_key_id

std::string Key_info::m_key_id

◆ m_user_id

std::string Key_info::m_user_id

The documentation for this class was generated from the following file: