PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CBlockUndo Class Reference

Undo information for a CBlock. More...

#include <undo.h>

Public Member Functions

template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion)
 
bool WriteToDisk (CDiskBlockPos &pos, const uint256 &hashBlock)
 
bool ReadFromDisk (const CDiskBlockPos &pos, const uint256 &hashBlock)
 

Public Attributes

std::vector< CTxUndovtxundo
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Undo information for a CBlock.

Definition at line 79 of file undo.h.

Member Function Documentation

◆ ReadFromDisk()

bool CBlockUndo::ReadFromDisk ( const CDiskBlockPos pos,
const uint256 hashBlock 
)

Definition at line 7200 of file main.cpp.

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

◆ SerializationOp()

template<typename Stream , typename Operation >
void CBlockUndo::SerializationOp ( Stream &  s,
Operation  ser_action,
int  nType,
int  nVersion 
)
inline

Definition at line 87 of file undo.h.

◆ WriteToDisk()

bool CBlockUndo::WriteToDisk ( CDiskBlockPos pos,
const uint256 hashBlock 
)

Definition at line 7173 of file main.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CBlockUndo::ADD_SERIALIZE_METHODS

Definition at line 84 of file undo.h.

◆ vtxundo

std::vector<CTxUndo> CBlockUndo::vtxundo

Definition at line 82 of file undo.h.


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