MySQL 8.3.0
Source Code Documentation
PFS_role_name Struct Reference

#include <pfs_name.h>

Public Member Functions

void reset ()
 
void set (const char *str, size_t len)
 
void hash (uint64 *nr1, uint64 *nr2) const
 
int sort (const PFS_role_name *other) const
 
size_t length () const
 
const char * ptr () const
 
const CHARSET_INFOcharset () const
 

Static Private Member Functions

static const CHARSET_INFOget_cs ()
 

Private Attributes

PFS_any_name< ROLENAME_LENGTHm_name
 

Friends

struct PFS_role_name_view
 

Member Function Documentation

◆ charset()

const CHARSET_INFO * PFS_role_name::charset ( ) const
inline

◆ get_cs()

const CHARSET_INFO * PFS_role_name::get_cs ( )
staticprivate

◆ hash()

void PFS_role_name::hash ( uint64 nr1,
uint64 nr2 
) const
inline

◆ length()

size_t PFS_role_name::length ( ) const
inline

◆ ptr()

const char * PFS_role_name::ptr ( ) const
inline

◆ reset()

void PFS_role_name::reset ( void  )
inline

◆ set()

void PFS_role_name::set ( const char *  str,
size_t  len 
)

◆ sort()

int PFS_role_name::sort ( const PFS_role_name other) const
inline

Friends And Related Function Documentation

◆ PFS_role_name_view

friend struct PFS_role_name_view
friend

Member Data Documentation

◆ m_name

PFS_any_name<ROLENAME_LENGTH> PFS_role_name::m_name
private

The documentation for this struct was generated from the following files: