Anoncoin  0.9.4
P2P Digital Currency
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 CBlockIndex
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
IsSuperMajority(int minVersion, const CBlockIndex *pstart, unsigned int nRequired, unsigned int nToCheck)CBlockIndexstatic
nBitsCBlockIndex
nChainTxCBlockIndex
nChainWorkCBlockIndex
nDataPosCBlockIndex
nFileCBlockIndex
nHeightCBlockIndex
nMedianTimeSpan enum valueCBlockIndex
nNonceCBlockIndex
nSequenceIdCBlockIndex
nStatusCBlockIndex
nTimeCBlockIndex
nTxCBlockIndex
nUndoPosCBlockIndex
nVersionCBlockIndex
phashBlockCBlockIndex
pprevCBlockIndex
print() const CDiskBlockIndexinline
ToString() const CDiskBlockIndexinline