MySQL 9.2.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Find Struct Reference

Find specific object. More...

Public Member Functions

 Find (const void *object, ulint type)
 Constructor. More...
 
bool operator() (mtr_memo_slot_t *slot)
 

Public Attributes

mtr_memo_slot_tm_slot
 Slot if found. More...
 
ulint m_type
 Type of the object to look for. More...
 
const void * m_object
 The object instance to look for. More...
 

Detailed Description

Find specific object.

Constructor & Destructor Documentation

◆ Find()

Find::Find ( const void *  object,
ulint  type 
)
inline

Constructor.

Member Function Documentation

◆ operator()()

bool Find::operator() ( mtr_memo_slot_t slot)
inline
Returns
false if the object was found.

Member Data Documentation

◆ m_object

const void* Find::m_object

The object instance to look for.

◆ m_slot

mtr_memo_slot_t* Find::m_slot

Slot if found.

◆ m_type

ulint Find::m_type

Type of the object to look for.


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