Bitcoin ABC  0.26.3
P2P Digital Currency
Public Attributes | List of all members
MainSignalsImpl::ListEntry Struct Reference

List entries consist of a callback pointer and reference count. More...

Public Attributes

std::shared_ptr< CValidationInterfacecallbacks
 
int count = 1
 

Detailed Description

List entries consist of a callback pointer and reference count.

The count is equal to the number of current executions of that entry, plus 1 if it's registered. It cannot be 0 because that would imply it is unregistered and also not being executed (so shouldn't exist).

Definition at line 37 of file validationinterface.cpp.

Member Data Documentation

◆ callbacks

std::shared_ptr<CValidationInterface> MainSignalsImpl::ListEntry::callbacks

Definition at line 38 of file validationinterface.cpp.

◆ count

int MainSignalsImpl::ListEntry::count = 1

Definition at line 39 of file validationinterface.cpp.


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