Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
wallet::InternalPage Class Reference

A page of records in the database. More...

Collaboration diagram for wallet::InternalPage:
[legend]

Public Member Functions

 InternalPage (const PageHeader &header)
 InternalPage ()=delete
template<typename Stream>
void Unserialize (Stream &s)

Public Attributes

PageHeader m_header
std::vector< uint16_t > indexes
std::vector< InternalRecordrecords

Detailed Description

A page of records in the database.

Definition at line 469 of file migrate.cpp.

Constructor & Destructor Documentation

◆ InternalPage() [1/2]

wallet::InternalPage::InternalPage ( const PageHeader & header)
inline

Definition at line 472 of file migrate.cpp.

◆ InternalPage() [2/2]

wallet::InternalPage::InternalPage ( )
delete

Member Function Documentation

◆ Unserialize()

template<typename Stream>
void wallet::InternalPage::Unserialize ( Stream & s)
inline

Definition at line 481 of file migrate.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ indexes

std::vector<uint16_t> wallet::InternalPage::indexes

Definition at line 477 of file migrate.cpp.

◆ m_header

PageHeader wallet::InternalPage::m_header

Definition at line 475 of file migrate.cpp.

◆ records

std::vector<InternalRecord> wallet::InternalPage::records

Definition at line 478 of file migrate.cpp.


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