Bitcoin Core 28.99.0
P2P Digital Currency
|
List entries consist of a callback pointer and reference count. More...
Public Attributes | |
std::shared_ptr< CValidationInterface > | callbacks |
int | count = 1 |
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 39 of file validationinterface.cpp.
std::shared_ptr<CValidationInterface> ValidationSignalsImpl::ListEntry::callbacks |
Definition at line 39 of file validationinterface.cpp.
int ValidationSignalsImpl::ListEntry::count = 1 |
Definition at line 39 of file validationinterface.cpp.