Bitcoin ABC 0.30.12
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 StakeContenderId &contenderId) const LOCKS_EXCLUDED(cs_stakeContenderCache
 
bool operator() (const CTransactionRef &tx) const
 

Public Attributes

const Processorprocessor
 
bool cs_stakingRewards
 

Detailed Description

Definition at line 453 of file processor.h.

Constructor & Destructor Documentation

◆ IsWorthPolling()

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

Definition at line 456 of file processor.h.

Member Function Documentation

◆ operator()() [1/4]

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

Definition at line 1363 of file processor.cpp.

Here is the call graph for this function:

◆ operator()() [2/4]

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

Definition at line 1415 of file processor.cpp.

Here is the call graph for this function:

◆ operator()() [3/4]

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

Definition at line 1392 of file processor.cpp.

◆ operator()() [4/4]

bool avalanche::Processor::IsWorthPolling::operator() ( const StakeContenderId contenderId) const

Definition at line 1406 of file processor.cpp.

Member Data Documentation

◆ cs_stakingRewards

bool avalanche::Processor::IsWorthPolling::cs_stakingRewards

Definition at line 463 of file processor.h.

◆ processor

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

Definition at line 454 of file processor.h.


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