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
CDiskBlockIndex Class Reference

Used to marshal pointers into hashes for db storage. More...

#include <main.h>

Inheritance diagram for CDiskBlockIndex:
Inheritance graph
[legend]
Collaboration diagram for CDiskBlockIndex:
Collaboration graph
[legend]

Public Member Functions

 CDiskBlockIndex ()
 
 CDiskBlockIndex (CBlockIndex *pindex)
 
 IMPLEMENT_SERIALIZE (if(!(nType &SER_GETHASH)) READWRITE(VARINT(nVersion));READWRITE(VARINT(nHeight));READWRITE(VARINT(nStatus));READWRITE(VARINT(nTx));if(nStatus &(BLOCK_HAVE_DATA|BLOCK_HAVE_UNDO)) READWRITE(VARINT(nFile));if(nStatus &BLOCK_HAVE_DATA) READWRITE(VARINT(nDataPos));if(nStatus &BLOCK_HAVE_UNDO) READWRITE(VARINT(nUndoPos));READWRITE(this->nVersion);READWRITE(hashPrev);READWRITE(hashMerkleRoot);READWRITE(nTime);READWRITE(nBits);READWRITE(nNonce);) uint256 GetBlockHash() const
 
std::string ToString () const
 
void print () const
 
- Public Member Functions inherited from CBlockIndex
 CBlockIndex ()
 
 CBlockIndex (CBlockHeader &block)
 
CDiskBlockPos GetBlockPos () const
 
CDiskBlockPos GetUndoPos () const
 
CBlockHeader GetBlockHeader () const
 
uint256 GetBlockHash () const
 
int64 GetBlockTime () const
 
CBigNum GetBlockWork () const
 
bool IsInMainChain () const
 
bool CheckIndex () const
 
int64 GetMedianTimePast () const
 
int64 GetMedianTime () const
 
std::string ToString () const
 
void print () const
 

Public Attributes

uint256 hashPrev
 
- Public Attributes inherited from CBlockIndex
const uint256phashBlock
 
CBlockIndexpprev
 
CBlockIndexpnext
 
int nHeight
 
int nFile
 
unsigned int nDataPos
 
unsigned int nUndoPos
 
uint256 nChainWork
 
unsigned int nTx
 
unsigned int nChainTx
 
unsigned int nStatus
 
int nVersion
 
uint256 hashMerkleRoot
 
unsigned int nTime
 
unsigned int nBits
 
unsigned int nNonce
 

Additional Inherited Members

- Public Types inherited from CBlockIndex
enum  { nMedianTimeSpan =11 }
 
- Static Public Member Functions inherited from CBlockIndex
static bool IsSuperMajority (int minVersion, const CBlockIndex *pstart, unsigned int nRequired, unsigned int nToCheck)
 Returns true if there are nRequired or more blocks of minVersion or above in the last nToCheck blocks, starting at pstart and going backwards. More...
 

Detailed Description

Used to marshal pointers into hashes for db storage.

Definition at line 1840 of file main.h.

Constructor & Destructor Documentation

CDiskBlockIndex::CDiskBlockIndex ( )
inline

Definition at line 1845 of file main.h.

CDiskBlockIndex::CDiskBlockIndex ( CBlockIndex pindex)
inlineexplicit

Definition at line 1849 of file main.h.

Member Function Documentation

Definition at line 1854 of file main.h.

void CDiskBlockIndex::print ( ) const
inline

Definition at line 1900 of file main.h.

std::string CDiskBlockIndex::ToString ( ) const
inline

Definition at line 1890 of file main.h.

Member Data Documentation

uint256 CDiskBlockIndex::hashPrev

Definition at line 1843 of file main.h.


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