MySQL 8.3.0
Source Code Documentation
synode_pool Struct Reference

Public Member Functions

 synode_pool ()
 
void put (synode_no synode, synode_allocation_type allocation)
 
auto get ()
 
bool empty ()
 

Public Attributes

std::queue< std::pair< synode_no, synode_allocation_type > > data
 
linkage queue
 

Constructor & Destructor Documentation

◆ synode_pool()

synode_pool::synode_pool ( )
inline

Member Function Documentation

◆ empty()

bool synode_pool::empty ( )
inline

◆ get()

auto synode_pool::get ( )
inline

◆ put()

void synode_pool::put ( synode_no  synode,
synode_allocation_type  allocation 
)
inline

Member Data Documentation

◆ data

std::queue<std::pair<synode_no, synode_allocation_type> > synode_pool::data

◆ queue

linkage synode_pool::queue

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