Bitcoin ABC  0.29.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
avalanche::Processor::IsWorthPolling Struct Reference
Collaboration diagram for avalanche::Processor::IsWorthPolling:
[legend]

Public Member Functions

 IsWorthPolling (const Processor &_processor)
 
bool operator() (const CBlockIndex *pindex) const LOCKS_EXCLUDED(cs_main)
 
bool operator() (const ProofRef &proof) const LOCKS_EXCLUDED(cs_peerManager)
 
bool operator() (const CTransactionRef &tx) const
 

Public Attributes

const Processorprocessor
 

Detailed Description

Definition at line 432 of file processor.h.

Constructor & Destructor Documentation

◆ IsWorthPolling()

avalanche::Processor::IsWorthPolling::IsWorthPolling ( const Processor _processor)
inline

Definition at line 435 of file processor.h.

Member Function Documentation

◆ operator()() [1/3]

bool avalanche::Processor::IsWorthPolling::operator() ( const CBlockIndex pindex) const

Definition at line 1183 of file processor.cpp.

Here is the call graph for this function:

◆ operator()() [2/3]

bool avalanche::Processor::IsWorthPolling::operator() ( const CTransactionRef tx) const

Definition at line 1226 of file processor.cpp.

◆ operator()() [3/3]

bool avalanche::Processor::IsWorthPolling::operator() ( const ProofRef proof) const

Definition at line 1212 of file processor.cpp.

Member Data Documentation

◆ processor

const Processor& avalanche::Processor::IsWorthPolling::processor

Definition at line 433 of file processor.h.


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