Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

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 281 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 304 of file txmempool.h.

Referenced by operator()().

◆ operator()()

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

Definition at line 285 of file txmempool.h.

References GetModFeeAndSize().


The documentation for this class was generated from the following file:
Released under the MIT license