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