Bitcoin ABC  0.29.2
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
avalanche::VoteMapComparator Class Reference

#include <processor.h>

Collaboration diagram for avalanche::VoteMapComparator:
[legend]

Public Member Functions

 VoteMapComparator ()
 
 VoteMapComparator (const CTxMemPool *mempoolIn)
 
bool operator() (const AnyVoteItem &lhs, const AnyVoteItem &rhs) const
 

Private Attributes

const CTxMemPoolmempool {nullptr}
 

Detailed Description

Definition at line 101 of file processor.h.

Constructor & Destructor Documentation

◆ VoteMapComparator() [1/2]

avalanche::VoteMapComparator::VoteMapComparator ( )
inline

Definition at line 105 of file processor.h.

◆ VoteMapComparator() [2/2]

avalanche::VoteMapComparator::VoteMapComparator ( const CTxMemPool mempoolIn)
inline

Definition at line 106 of file processor.h.

Member Function Documentation

◆ operator()()

bool avalanche::VoteMapComparator::operator() ( const AnyVoteItem lhs,
const AnyVoteItem rhs 
) const
inline

Definition at line 108 of file processor.h.

Here is the call graph for this function:

Member Data Documentation

◆ mempool

const CTxMemPool* avalanche::VoteMapComparator::mempool {nullptr}
private

Definition at line 102 of file processor.h.


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