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

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

AcceptBlock(CValidationState &state, CDiskBlockPos *dbp=NULL)CBlock
AddToBlockIndex(CValidationState &state, const CDiskBlockPos &pos)CBlock
BuildMerkleTree() const CBlockinline
CBlock()CBlockinline
CBlock(const CBlockHeader &header)CBlockinline
CBlockHeader()CBlockHeaderinline
CheckBlock(CValidationState &state, bool fCheckPOW=true, bool fCheckMerkleRoot=true) const CBlock
CheckMerkleBranch(uint256 hash, const std::vector< uint256 > &vMerkleBranch, int nIndex)CBlockinlinestatic
ConnectBlock(CValidationState &state, CBlockIndex *pindex, CCoinsViewCache &coins, bool fJustCheck=false)CBlock
CURRENT_VERSIONCBlockHeaderstatic
DisconnectBlock(CValidationState &state, CBlockIndex *pindex, CCoinsViewCache &coins, bool *pfClean=NULL)CBlock
GetBlockHeader() const CBlockinline
GetBlockTime() const CBlockHeaderinline
GetHash() const CBlockHeaderinline
GetMerkleBranch(int nIndex) const CBlockinline
GetPoWHash() const CBlockinline
GetTxHash(unsigned int nIndex) const CBlockinline
hashMerkleRootCBlockHeader
hashPrevBlockCBlockHeader
IMPLEMENT_SERIALIZE(READWRITE(*(CBlockHeader *) this);READWRITE(vtx);) void SetNull()CBlockinline
CBlockHeader::IMPLEMENT_SERIALIZE(READWRITE(this->nVersion);nVersion=this->nVersion;READWRITE(hashPrevBlock);READWRITE(hashMerkleRoot);READWRITE(nTime);READWRITE(nBits);READWRITE(nNonce);) void SetNull()CBlockHeaderinline
IsNull() const CBlockHeaderinline
nBitsCBlockHeader
nNonceCBlockHeader
nTimeCBlockHeader
nVersionCBlockHeader
print() const CBlockinline
ReadFromDisk(const CDiskBlockPos &pos)CBlockinline
ReadFromDisk(const CBlockIndex *pindex)CBlock
UpdateTime(const CBlockIndex *pindexPrev)CBlockHeader
vMerkleTreeCBlockmutable
vtxCBlock
WriteToDisk(CDiskBlockPos &pos)CBlockinline