Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CBlockFileInfo Class Reference

#include <chain.h>

Public Member Functions

template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 
void SetNull ()
 
 CBlockFileInfo ()
 
std::string ToString () const
 
void AddBlock (unsigned int nHeightIn, uint64_t nTimeIn)
 update statistics (does not update nSize) More...
 

Public Attributes

unsigned int nBlocks
 number of blocks stored in file More...
 
unsigned int nSize
 number of used bytes of block file More...
 
unsigned int nUndoSize
 number of used bytes in the undo file More...
 
unsigned int nHeightFirst
 lowest height of block in file More...
 
unsigned int nHeightLast
 highest height of block in file More...
 
uint64_t nTimeFirst
 earliest time of block in file More...
 
uint64_t nTimeLast
 latest time of block in file More...
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Definition at line 33 of file chain.h.

Constructor & Destructor Documentation

◆ CBlockFileInfo()

CBlockFileInfo::CBlockFileInfo ( )
inline

Definition at line 67 of file chain.h.

Here is the call graph for this function:

Member Function Documentation

◆ AddBlock()

void CBlockFileInfo::AddBlock ( unsigned int  nHeightIn,
uint64_t  nTimeIn 
)
inline

update statistics (does not update nSize)

Definition at line 74 of file chain.h.

◆ SerializationOp()

template<typename Stream , typename Operation >
void CBlockFileInfo::SerializationOp ( Stream &  s,
Operation  ser_action 
)
inline

Definition at line 47 of file chain.h.

◆ SetNull()

void CBlockFileInfo::SetNull ( )
inline

Definition at line 57 of file chain.h.

Here is the caller graph for this function:

◆ ToString()

std::string CBlockFileInfo::ToString ( ) const

Definition at line 5416 of file validation.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CBlockFileInfo::ADD_SERIALIZE_METHODS

Definition at line 44 of file chain.h.

◆ nBlocks

unsigned int CBlockFileInfo::nBlocks

number of blocks stored in file

Definition at line 36 of file chain.h.

◆ nHeightFirst

unsigned int CBlockFileInfo::nHeightFirst

lowest height of block in file

Definition at line 39 of file chain.h.

◆ nHeightLast

unsigned int CBlockFileInfo::nHeightLast

highest height of block in file

Definition at line 40 of file chain.h.

◆ nSize

unsigned int CBlockFileInfo::nSize

number of used bytes of block file

Definition at line 37 of file chain.h.

◆ nTimeFirst

uint64_t CBlockFileInfo::nTimeFirst

earliest time of block in file

Definition at line 41 of file chain.h.

◆ nTimeLast

uint64_t CBlockFileInfo::nTimeLast

latest time of block in file

Definition at line 42 of file chain.h.

◆ nUndoSize

unsigned int CBlockFileInfo::nUndoSize

number of used bytes in the undo file

Definition at line 38 of file chain.h.


The documentation for this class was generated from the following files: