Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
node::ImportingNow Class Reference

Public Member Functions

 ImportingNow (std::atomic< bool > &importing)
 ~ImportingNow ()

Private Attributes

std::atomic< bool > & m_importing

Detailed Description

Definition at line 1244 of file blockstorage.cpp.

Constructor & Destructor Documentation

◆ ImportingNow()

node::ImportingNow::ImportingNow ( std::atomic< bool > & importing)
inline

Definition at line 1249 of file blockstorage.cpp.

Here is the call graph for this function:

◆ ~ImportingNow()

node::ImportingNow::~ImportingNow ( )
inline

Definition at line 1254 of file blockstorage.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ m_importing

std::atomic<bool>& node::ImportingNow::m_importing
private

Definition at line 1246 of file blockstorage.cpp.


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