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

Public Member Functions

 GetLocalAcceptance (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 446 of file processor.h.

Constructor & Destructor Documentation

◆ GetLocalAcceptance()

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

Definition at line 449 of file processor.h.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 1243 of file processor.cpp.

◆ operator()() [2/3]

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

Definition at line 1259 of file processor.cpp.

◆ operator()() [3/3]

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

Definition at line 1251 of file processor.cpp.

Member Data Documentation

◆ processor

const Processor& avalanche::Processor::GetLocalAcceptance::processor

Definition at line 447 of file processor.h.


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