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

General class for records in a BDB BTree database. More...

Public Member Functions

 RecordHeader (bool other_endian)
 RecordHeader ()=delete
template<typename Stream>
void Unserialize (Stream &s)

Public Attributes

uint16_t len
RecordType type
bool deleted
bool other_endian

Static Public Attributes

static constexpr size_t SIZE = 3

Detailed Description

General class for records in a BDB BTree database.

Contains common fields.

Definition at line 207 of file migrate.cpp.

Constructor & Destructor Documentation

◆ RecordHeader() [1/2]

wallet::RecordHeader::RecordHeader ( bool other_endian)
inline

Definition at line 218 of file migrate.cpp.

◆ RecordHeader() [2/2]

wallet::RecordHeader::RecordHeader ( )
delete

Member Function Documentation

◆ Unserialize()

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

Definition at line 222 of file migrate.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ deleted

bool wallet::RecordHeader::deleted

Definition at line 212 of file migrate.cpp.

◆ len

uint16_t wallet::RecordHeader::len

Definition at line 210 of file migrate.cpp.

◆ other_endian

bool wallet::RecordHeader::other_endian

Definition at line 216 of file migrate.cpp.

◆ SIZE

size_t wallet::RecordHeader::SIZE = 3
staticconstexpr

Definition at line 214 of file migrate.cpp.

◆ type

RecordType wallet::RecordHeader::type

Definition at line 211 of file migrate.cpp.


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