![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
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 |
General class for records in a BDB BTree database.
Contains common fields.
Definition at line 207 of file migrate.cpp.
|
inline |
Definition at line 218 of file migrate.cpp.
|
delete |
| bool wallet::RecordHeader::deleted |
Definition at line 212 of file migrate.cpp.
| uint16_t wallet::RecordHeader::len |
Definition at line 210 of file migrate.cpp.
| bool wallet::RecordHeader::other_endian |
Definition at line 216 of file migrate.cpp.
Definition at line 214 of file migrate.cpp.
| RecordType wallet::RecordHeader::type |
Definition at line 211 of file migrate.cpp.