|  | MySQL 9.5.0
    Source Code Documentation | 
An in-memory copy of an index_entry_t data. More...
#include <lob0index.h>
| Public Member Functions | |
| index_entry_mem_t () | |
| void | reset () | 
| bool | is_null () | 
| page_no_t | get_page_no () const | 
| std::ostream & | print (std::ostream &out) const | 
| Print this object into the given output stream.  More... | |
An in-memory copy of an index_entry_t data.
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| std::ostream & lob::index_entry_mem_t::print | ( | std::ostream & | out | ) | const | 
Print this object into the given output stream.
| [in] | out | the output stream. | 
| void lob::index_entry_mem_t::reset | ( | void | ) | 
| ulint lob::index_entry_mem_t::m_data_len | 
| fil_addr_t lob::index_entry_mem_t::m_next | 
| page_no_t lob::index_entry_mem_t::m_page_no | 
| fil_addr_t lob::index_entry_mem_t::m_prev | 
| fil_addr_t lob::index_entry_mem_t::m_self | 
| trx_id_t lob::index_entry_mem_t::m_trx_id | 
| trx_id_t lob::index_entry_mem_t::m_trx_id_modifier | 
| undo_no_t lob::index_entry_mem_t::m_undo_no | 
| undo_no_t lob::index_entry_mem_t::m_undo_no_modifier | 
| flst_bnode_t lob::index_entry_mem_t::m_versions |