Bitcoin Core 28.99.0
P2P Digital Currency
|
This is the complete list of members for node::KernelNotifications, including all inherited members.
blockTip(SynchronizationState state, CBlockIndex &index) override EXCLUSIVE_LOCKS_REQUIRED(!m_tip_block_mutex) | node::KernelNotifications | virtual |
fatalError(const bilingual_str &message) override | node::KernelNotifications | virtual |
flushError(const bilingual_str &message) override | node::KernelNotifications | virtual |
GUARDED_BY(m_tip_block_mutex) | node::KernelNotifications | |
GUARDED_BY(m_tip_block_mutex) | node::KernelNotifications | inline |
headerTip(SynchronizationState state, int64_t height, int64_t timestamp, bool presync) override | node::KernelNotifications | virtual |
KernelNotifications(const std::function< bool()> &shutdown_request, std::atomic< int > &exit_status, node::Warnings &warnings) | node::KernelNotifications | inline |
m_exit_status | node::KernelNotifications | private |
m_shutdown_on_fatal_error | node::KernelNotifications | |
m_shutdown_request | node::KernelNotifications | private |
m_stop_at_height | node::KernelNotifications | |
m_tip_block_mutex | node::KernelNotifications | |
m_warnings | node::KernelNotifications | private |
progress(const bilingual_str &title, int progress_percent, bool resume_possible) override | node::KernelNotifications | virtual |
warningSet(kernel::Warning id, const bilingual_str &message) override | node::KernelNotifications | virtual |
warningUnset(kernel::Warning id) override | node::KernelNotifications | virtual |
~Notifications()=default | kernel::Notifications | virtual |