General class for records in a BDB BTree database.
More...
|
static constexpr size_t | SIZE = 3 |
|
General class for records in a BDB BTree database.
Contains common fields.
Definition at line 202 of file migrate.cpp.
◆ RecordHeader() [1/2]
wallet::RecordHeader::RecordHeader |
( |
bool |
other_endian | ) |
|
|
inline |
◆ RecordHeader() [2/2]
wallet::RecordHeader::RecordHeader |
( |
| ) |
|
|
delete |
◆ Unserialize()
template<typename Stream >
void wallet::RecordHeader::Unserialize |
( |
Stream & |
s | ) |
|
|
inline |
◆ deleted
bool wallet::RecordHeader::deleted |
◆ len
uint16_t wallet::RecordHeader::len |
◆ other_endian
bool wallet::RecordHeader::other_endian |
◆ SIZE
constexpr size_t wallet::RecordHeader::SIZE = 3 |
|
staticconstexpr |
◆ type
The documentation for this class was generated from the following file: