Bitcoin ABC  0.28.12
P2P Digital Currency
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_t > remaining
 

Detailed Description

Definition at line 357 of file validation.h.

Constructor & Destructor Documentation

◆ TxSigCheckLimiter() [1/2]

TxSigCheckLimiter::TxSigCheckLimiter ( )
inline

Definition at line 359 of file validation.h.

◆ TxSigCheckLimiter() [2/2]

TxSigCheckLimiter::TxSigCheckLimiter ( const TxSigCheckLimiter rhs)
inline

Definition at line 362 of file validation.h.

Member Function Documentation

◆ getDisabled()

static TxSigCheckLimiter TxSigCheckLimiter::getDisabled ( )
inlinestatic

Definition at line 370 of file validation.h.

◆ operator=()

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

Definition at line 365 of file validation.h.


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