#include <chain.h>
◆ CBlockFileInfo()
CBlockFileInfo::CBlockFileInfo |
( |
| ) |
|
|
inline |
◆ AddBlock()
void CBlockFileInfo::AddBlock |
( |
unsigned int |
nHeightIn, |
|
|
uint64_t |
nTimeIn |
|
) |
| |
|
inline |
update statistics (does not update nSize)
◆ SerializationOp()
template<typename Stream , typename Operation >
void CBlockFileInfo::SerializationOp |
( |
Stream & |
s, |
|
|
Operation |
ser_action |
|
) |
| |
|
inline |
◆ SetNull()
void CBlockFileInfo::SetNull |
( |
| ) |
|
|
inline |
◆ ToString()
std::string CBlockFileInfo::ToString |
( |
| ) |
const |
◆ ADD_SERIALIZE_METHODS
CBlockFileInfo::ADD_SERIALIZE_METHODS |
◆ nBlocks
unsigned int CBlockFileInfo::nBlocks |
number of blocks stored in file
◆ nHeightFirst
unsigned int CBlockFileInfo::nHeightFirst |
lowest height of block in file
◆ nHeightLast
unsigned int CBlockFileInfo::nHeightLast |
highest height of block in file
◆ nSize
unsigned int CBlockFileInfo::nSize |
number of used bytes of block file
◆ nTimeFirst
earliest time of block in file
◆ nTimeLast
latest time of block in file
◆ nUndoSize
unsigned int CBlockFileInfo::nUndoSize |
number of used bytes in the undo file
The documentation for this class was generated from the following files: