Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Public Attributes | List of all members
CBlockUndo Class Reference

Undo information for a CBlock. More...

#include <main.h>

Collaboration diagram for CBlockUndo:
Collaboration graph
[legend]

Public Member Functions

 IMPLEMENT_SERIALIZE (READWRITE(vtxundo);) bool WriteToDisk(CDiskBlockPos &pos
 

Public Attributes

std::vector< CTxUndovtxundo
 
const uint256 &hashBlock CAutoFile fileout = CAutoFile(OpenUndoFile(pos), SER_DISK, CLIENT_VERSION)
 

Detailed Description

Undo information for a CBlock.

Definition at line 776 of file main.h.

Member Function Documentation

CBlockUndo::IMPLEMENT_SERIALIZE ( READWRITE(vtxundo);  )

Member Data Documentation

const uint256& hashBlock CAutoFile CBlockUndo::fileout = CAutoFile(OpenUndoFile(pos), SER_DISK, CLIENT_VERSION)

Definition at line 788 of file main.h.

std::vector<CTxUndo> CBlockUndo::vtxundo

Definition at line 779 of file main.h.


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