Bitcoin ABC 0.30.3
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> MainSignalsImpl::ListEntry::callbacks |
Definition at line 40 of file validationinterface.cpp.
int MainSignalsImpl::ListEntry::count = 1 |
Definition at line 41 of file validationinterface.cpp.