Bitcoin Core  22.99.0
P2P Digital Currency
Public Attributes | List of all members
MainSignalsInstance::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 33 of file validationinterface.cpp.

Member Data Documentation

◆ callbacks

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

Definition at line 33 of file validationinterface.cpp.

◆ count

int MainSignalsInstance::ListEntry::count = 1

Definition at line 33 of file validationinterface.cpp.


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