MySQL 9.0.0
Source Code Documentation
Btree_multi::Btree_load::Wait_callbacks Class Reference

Helper to set wait callbacks for the current scope. More...

#include <btr0mtib.h>

Public Types

using Function = std::function< void()>
 

Public Member Functions

 Wait_callbacks (Btree_load *btree_load, Function &begin, Function &end)
 
 ~Wait_callbacks ()
 

Private Attributes

Btree_loadm_btree_load
 Btree Load for the wait callbacks. More...
 

Friends

class Btree_load
 

Detailed Description

Helper to set wait callbacks for the current scope.

Member Typedef Documentation

◆ Function

Constructor & Destructor Documentation

◆ Wait_callbacks()

Btree_multi::Btree_load::Wait_callbacks::Wait_callbacks ( Btree_load btree_load,
Function begin,
Function end 
)
inline

◆ ~Wait_callbacks()

Btree_multi::Btree_load::Wait_callbacks::~Wait_callbacks ( )
inline

Friends And Related Function Documentation

◆ Btree_load

friend class Btree_load
friend

Member Data Documentation

◆ m_btree_load

Btree_load* Btree_multi::Btree_load::Wait_callbacks::m_btree_load
private

Btree Load for the wait callbacks.


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