MySQL 8.3.0
Source Code Documentation
NAMED_ILINK Class Reference

ilink (intrusive list element) with a name More...

#include <keycaches.h>

Inheritance diagram for NAMED_ILINK:
[legend]

Public Member Functions

 NAMED_ILINK (I_List< NAMED_ILINK > *links, const std::string_view &name_arg, uchar *data_arg)
 
bool cmp (const char *name_cmp, size_t length)
 

Public Attributes

const std::string name
 case-sensitive, system character set More...
 
uchardata
 

Detailed Description

ilink (intrusive list element) with a name

Constructor & Destructor Documentation

◆ NAMED_ILINK()

NAMED_ILINK::NAMED_ILINK ( I_List< NAMED_ILINK > *  links,
const std::string_view &  name_arg,
uchar data_arg 
)
inline

Member Function Documentation

◆ cmp()

bool NAMED_ILINK::cmp ( const char *  name_cmp,
size_t  length 
)
inline

Member Data Documentation

◆ data

uchar* NAMED_ILINK::data

◆ name

const std::string NAMED_ILINK::name

case-sensitive, system character set


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