Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | List of all members
CompareTxMemPoolEntryByAncestorFee Class Reference

#include <txmempool.h>

Public Member Functions

template<typename T >
bool operator() (const T &a, const T &b) const
 
template<typename T >
void GetModFeeAndSize (const T &a, double &mod_fee, double &size) const
 

Detailed Description

Definition at line 161 of file txmempool.h.

Member Function Documentation

◆ GetModFeeAndSize()

template<typename T >
void CompareTxMemPoolEntryByAncestorFee::GetModFeeAndSize ( const T a,
double &  mod_fee,
double &  size 
) const
inline

Definition at line 184 of file txmempool.h.

Here is the caller graph for this function:

◆ operator()()

template<typename T >
bool CompareTxMemPoolEntryByAncestorFee::operator() ( const T a,
const T b 
) const
inline

Definition at line 165 of file txmempool.h.

Here is the call graph for this function:

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