Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
CompareTxMemPoolEntryByDescendantScore Class Reference

Sort an entry by max(score/size of entry's tx, score/size with all descendants). More...

#include <txmempool.h>

Public Member Functions

bool operator() (const CTxMemPoolEntry &a, const CTxMemPoolEntry &b) const
 
bool UseDescendantScore (const CTxMemPoolEntry &a) const
 

Detailed Description

Sort an entry by max(score/size of entry's tx, score/size with all descendants).

Definition at line 210 of file txmempool.h.

Member Function Documentation

bool CompareTxMemPoolEntryByDescendantScore::operator() ( const CTxMemPoolEntry a,
const CTxMemPoolEntry b 
) const
inline

Definition at line 213 of file txmempool.h.

Here is the call graph for this function:

bool CompareTxMemPoolEntryByDescendantScore::UseDescendantScore ( const CTxMemPoolEntry a) const
inline

Definition at line 235 of file txmempool.h.

Here is the call graph for this function:


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