Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
CDiskBlockIndex Member List

This is the complete list of members for CDiskBlockIndex, including all inherited members.

CBlockIndex()CBlockIndexinline
CBlockIndex(CBlockHeader &block)CBlockIndexinline
CDiskBlockIndex()CDiskBlockIndexinline
CDiskBlockIndex(CBlockIndex *pindex)CDiskBlockIndexinlineexplicit
CheckIndex() const CBlockIndexinline
GetBlockHash() const CBlockIndexinline
GetBlockHeader() const CBlockIndexinline
GetBlockPos() const CBlockIndexinline
GetBlockTime() const CBlockIndexinline
GetBlockWork() const CBlockIndexinline
GetMedianTime() const CBlockIndexinline
GetMedianTimePast() const CBlockIndexinline
GetUndoPos() const CBlockIndexinline
hashMerkleRootCBlockIndex
hashPrevCDiskBlockIndex
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 CDiskBlockIndexinline
IsInMainChain() const CBlockIndexinline
IsSuperMajority(int minVersion, const CBlockIndex *pstart, unsigned int nRequired, unsigned int nToCheck)CBlockIndexstatic
nBitsCBlockIndex
nChainTxCBlockIndex
nChainWorkCBlockIndex
nDataPosCBlockIndex
nFileCBlockIndex
nHeightCBlockIndex
nMedianTimeSpan enum valueCBlockIndex
nNonceCBlockIndex
nStatusCBlockIndex
nTimeCBlockIndex
nTxCBlockIndex
nUndoPosCBlockIndex
nVersionCBlockIndex
phashBlockCBlockIndex
pnextCBlockIndex
pprevCBlockIndex
print() const CDiskBlockIndexinline
ToString() const CDiskBlockIndexinline