Bitcoin ABC 0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
TxSigCheckLimiter Class Reference

#include <validation.h>

Inheritance diagram for TxSigCheckLimiter:
[legend]
Collaboration diagram for TxSigCheckLimiter:
[legend]

Public Member Functions

 TxSigCheckLimiter ()
 
 TxSigCheckLimiter (const TxSigCheckLimiter &rhs)
 
TxSigCheckLimiteroperator= (const TxSigCheckLimiter &rhs)
 
- Public Member Functions inherited from CheckInputsLimiter
 CheckInputsLimiter (int64_t limit)
 
bool consume_and_check (int consumed)
 
bool check ()
 

Static Public Member Functions

static TxSigCheckLimiter getDisabled ()
 

Additional Inherited Members

- Protected Attributes inherited from CheckInputsLimiter
std::atomic< int64_tremaining
 

Detailed Description

Definition at line 397 of file validation.h.

Constructor & Destructor Documentation

◆ TxSigCheckLimiter() [1/2]

TxSigCheckLimiter::TxSigCheckLimiter ( )
inline

Definition at line 399 of file validation.h.

◆ TxSigCheckLimiter() [2/2]

TxSigCheckLimiter::TxSigCheckLimiter ( const TxSigCheckLimiter rhs)
inline

Definition at line 402 of file validation.h.

Member Function Documentation

◆ getDisabled()

static TxSigCheckLimiter TxSigCheckLimiter::getDisabled ( )
inlinestatic

Definition at line 410 of file validation.h.

Here is the call graph for this function:

◆ operator=()

TxSigCheckLimiter & TxSigCheckLimiter::operator= ( const TxSigCheckLimiter rhs)
inline

Definition at line 405 of file validation.h.

Here is the call graph for this function:

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