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