![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
This is the complete list of members for CDiskBlockIndex, including all inherited members.
CBlockIndex() | CBlockIndex | inline |
CBlockIndex(CBlockHeader &block) | CBlockIndex | inline |
CDiskBlockIndex() | CDiskBlockIndex | inline |
CDiskBlockIndex(CBlockIndex *pindex) | CDiskBlockIndex | inlineexplicit |
CheckIndex() const | CBlockIndex | inline |
GetBlockHash() const | CBlockIndex | inline |
GetBlockHeader() const | CBlockIndex | inline |
GetBlockPos() const | CBlockIndex | inline |
GetBlockTime() const | CBlockIndex | inline |
GetBlockWork() const | CBlockIndex | inline |
GetMedianTime() const | CBlockIndex | inline |
GetMedianTimePast() const | CBlockIndex | inline |
GetUndoPos() const | CBlockIndex | inline |
hashMerkleRoot | CBlockIndex | |
hashPrev | CDiskBlockIndex | |
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 | CDiskBlockIndex | inline |
IsInMainChain() const | CBlockIndex | inline |
IsSuperMajority(int minVersion, const CBlockIndex *pstart, unsigned int nRequired, unsigned int nToCheck) | CBlockIndex | static |
nBits | CBlockIndex | |
nChainTx | CBlockIndex | |
nChainWork | CBlockIndex | |
nDataPos | CBlockIndex | |
nFile | CBlockIndex | |
nHeight | CBlockIndex | |
nMedianTimeSpan enum value | CBlockIndex | |
nNonce | CBlockIndex | |
nStatus | CBlockIndex | |
nTime | CBlockIndex | |
nTx | CBlockIndex | |
nUndoPos | CBlockIndex | |
nVersion | CBlockIndex | |
phashBlock | CBlockIndex | |
pnext | CBlockIndex | |
pprev | CBlockIndex | |
print() const | CDiskBlockIndex | inline |
ToString() const | CDiskBlockIndex | inline |