Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

TxLessThan Struct Reference

Public Member Functions

bool operator() (const TransactionRecord &a, const TransactionRecord &b) const
 
bool operator() (const TransactionRecord &a, const uint256 &b) const
 
bool operator() (const uint256 &a, const TransactionRecord &b) const
 

Detailed Description

Definition at line 38 of file transactiontablemodel.cpp.

Member Function Documentation

◆ operator()() [1/3]

bool TxLessThan::operator() ( const TransactionRecord a,
const TransactionRecord b 
) const
inline

Definition at line 40 of file transactiontablemodel.cpp.

References TransactionRecord::hash.

◆ operator()() [2/3]

bool TxLessThan::operator() ( const TransactionRecord a,
const uint256 b 
) const
inline

Definition at line 44 of file transactiontablemodel.cpp.

References TransactionRecord::hash.

◆ operator()() [3/3]

bool TxLessThan::operator() ( const uint256 a,
const TransactionRecord b 
) const
inline

Definition at line 48 of file transactiontablemodel.cpp.

References TransactionRecord::hash.


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