Bitcoin Core 28.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
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 464 of file migrate.cpp.

Constructor & Destructor Documentation

◆ InternalPage() [1/2]

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

Definition at line 467 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 476 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 472 of file migrate.cpp.

◆ m_header

PageHeader wallet::InternalPage::m_header

Definition at line 470 of file migrate.cpp.

◆ records

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

Definition at line 473 of file migrate.cpp.


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