Raven Core  3.0.0
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 208 of file txmempool.h.

Member Function Documentation

◆ operator()()

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

Definition at line 211 of file txmempool.h.

Here is the call graph for this function:

◆ UseDescendantScore()

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

Definition at line 233 of file txmempool.h.

Here is the call graph for this function:

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