Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Protected Attributes | List of all members
CBlockLocator Class Reference

Describes a place in the block chain to another node such that if the other node doesn't have the same branch, it can find a recent common trunk. More...

#include <main.h>

Public Member Functions

 CBlockLocator ()
 
 CBlockLocator (const CBlockIndex *pindex)
 
 CBlockLocator (uint256 hashBlock)
 
 CBlockLocator (const std::vector< uint256 > &vHaveIn)
 
 IMPLEMENT_SERIALIZE (if(!(nType &SER_GETHASH)) READWRITE(nVersion);READWRITE(vHave);) void SetNull()
 
bool IsNull ()
 
void Set (const CBlockIndex *pindex)
 
int GetDistanceBack ()
 
CBlockIndexGetBlockIndex ()
 
uint256 GetBlockHash ()
 
int GetHeight ()
 

Protected Attributes

std::vector< uint256vHave
 

Detailed Description

Describes a place in the block chain to another node such that if the other node doesn't have the same branch, it can find a recent common trunk.

The further back it is, the further before the fork it may be.

Definition at line 1968 of file main.h.

Constructor & Destructor Documentation

CBlockLocator::CBlockLocator ( )
inline

Definition at line 1974 of file main.h.

CBlockLocator::CBlockLocator ( const CBlockIndex pindex)
inlineexplicit

Definition at line 1978 of file main.h.

CBlockLocator::CBlockLocator ( uint256  hashBlock)
inlineexplicit

Definition at line 1983 of file main.h.

CBlockLocator::CBlockLocator ( const std::vector< uint256 > &  vHaveIn)
inline

Definition at line 1990 of file main.h.

Member Function Documentation

uint256 CBlockLocator::GetBlockHash ( )
inline

Definition at line 2066 of file main.h.

CBlockIndex* CBlockLocator::GetBlockIndex ( )
inline

Definition at line 2050 of file main.h.

int CBlockLocator::GetDistanceBack ( )
inline

Definition at line 2029 of file main.h.

int CBlockLocator::GetHeight ( )
inline

Definition at line 2082 of file main.h.

CBlockLocator::IMPLEMENT_SERIALIZE ( if(!(nType &SER_GETHASH)) READWRITE(nVersion);READWRITE(vHave);  )
inline

Definition at line 1996 of file main.h.

bool CBlockLocator::IsNull ( )
inline

Definition at line 2007 of file main.h.

void CBlockLocator::Set ( const CBlockIndex pindex)
inline

Definition at line 2012 of file main.h.

Member Data Documentation

std::vector<uint256> CBlockLocator::vHave
protected

Definition at line 1971 of file main.h.


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