MySQL 9.3.0
Source Code Documentation
BootstrapCredentials Class Reference

#include <bootstrap_credentials.h>

Public Member Functions

 BootstrapCredentials (const std::string &u={}, const std::string &p={})
 
bool is_valid () const
 

Public Attributes

std::string user
 
std::string pass
 

Constructor & Destructor Documentation

◆ BootstrapCredentials()

BootstrapCredentials::BootstrapCredentials ( const std::string &  u = {},
const std::string &  p = {} 
)
inline

Member Function Documentation

◆ is_valid()

bool BootstrapCredentials::is_valid ( void  ) const
inline

Member Data Documentation

◆ pass

std::string BootstrapCredentials::pass

◆ user

std::string BootstrapCredentials::user

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