MySQL 9.0.0
Source Code Documentation
sync_check_functor_t Struct Referenceabstract

Subclass this to iterate over a thread's acquired latch levels. More...

#include <sync0types.h>

Inheritance diagram for sync_check_functor_t:
[legend]

Public Member Functions

virtual ~sync_check_functor_t ()=default
 
virtual bool operator() (const latch_level_t)=0
 
virtual bool result () const =0
 

Detailed Description

Subclass this to iterate over a thread's acquired latch levels.

Constructor & Destructor Documentation

◆ ~sync_check_functor_t()

virtual sync_check_functor_t::~sync_check_functor_t ( )
virtualdefault

Member Function Documentation

◆ operator()()

virtual bool sync_check_functor_t::operator() ( const  latch_level_t)
pure virtual

◆ result()

virtual bool sync_check_functor_t::result ( ) const
pure virtual

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