Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
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 1159 of file blockstorage.cpp.

Constructor & Destructor Documentation

◆ ImportingNow()

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

Definition at line 1164 of file blockstorage.cpp.

Here is the call graph for this function:

◆ ~ImportingNow()

node::ImportingNow::~ImportingNow ( )
inline

Definition at line 1169 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 1161 of file blockstorage.cpp.


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