Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
CompareCTxMemPoolIter Struct Reference

Comparator for CTxMemPool::txiter objects. More...

#include <miner.h>

Public Member Functions

bool operator() (const CTxMemPool::txiter &a, const CTxMemPool::txiter &b) const
 

Detailed Description

Comparator for CTxMemPool::txiter objects.

It simply compares the internal memory address of the CTxMemPoolEntry object pointed to. This means it has no meaning, and is only useful for using them as key in other indexes.

Definition at line 68 of file miner.h.

Member Function Documentation

bool CompareCTxMemPoolIter::operator() ( const CTxMemPool::txiter a,
const CTxMemPool::txiter b 
) const
inline

Definition at line 69 of file miner.h.


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