Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
COrphan Class Reference
+ Collaboration diagram for COrphan:

Public Member Functions

 COrphan (const CTransaction *ptxIn)
 
void print () const
 

Public Attributes

const CTransactionptx
 
set< uint256setDependsOn
 
double dPriority
 
double dFeePerKb
 

Detailed Description

Definition at line 56 of file miner.cpp.

Constructor & Destructor Documentation

COrphan::COrphan ( const CTransaction ptxIn)
inline

Definition at line 64 of file miner.cpp.

Member Function Documentation

void COrphan::print ( ) const
inline

Definition at line 70 of file miner.cpp.

References dFeePerKb, dPriority, CTransaction::GetHash(), LogPrintf, and base_uint< BITS >::ToString().

+ Here is the call graph for this function:

Member Data Documentation

double COrphan::dFeePerKb

Definition at line 62 of file miner.cpp.

Referenced by CreateNewBlock(), and print().

double COrphan::dPriority

Definition at line 61 of file miner.cpp.

Referenced by CreateNewBlock(), and print().

const CTransaction* COrphan::ptx

Definition at line 59 of file miner.cpp.

Referenced by CreateNewBlock().

set<uint256> COrphan::setDependsOn

Definition at line 60 of file miner.cpp.

Referenced by CreateNewBlock().


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