![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
Class for records representing internal nodes of the BTree. More...
Public Member Functions | |
| InternalRecord (const RecordHeader &header) | |
| InternalRecord ()=delete | |
| template<typename Stream > | |
| void | Unserialize (Stream &s) |
Public Attributes | |
| RecordHeader | m_header |
| uint8_t | unused |
| uint32_t | page_num |
| uint32_t | records |
| std::vector< std::byte > | data |
Static Public Attributes | |
| static constexpr size_t | FIXED_SIZE = 9 |
Class for records representing internal nodes of the BTree.
Definition at line 257 of file migrate.cpp.
|
inline |
Definition at line 260 of file migrate.cpp.
|
delete |
| std::vector<std::byte> wallet::InternalRecord::data |
Definition at line 268 of file migrate.cpp.
Definition at line 270 of file migrate.cpp.
| RecordHeader wallet::InternalRecord::m_header |
Definition at line 263 of file migrate.cpp.
| uint32_t wallet::InternalRecord::page_num |
Definition at line 266 of file migrate.cpp.
| uint32_t wallet::InternalRecord::records |
Definition at line 267 of file migrate.cpp.
| uint8_t wallet::InternalRecord::unused |
Definition at line 265 of file migrate.cpp.