Bitcoin Core 31.99.0
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
TemporaryUTXODatabase Class Reference

RAII class that creates a temporary database directory in its constructor and removes it in its destructor. More...

Collaboration diagram for TemporaryUTXODatabase:
[legend]

Public Member Functions

 TemporaryUTXODatabase (const fs::path &path)
 
 ~TemporaryUTXODatabase ()
 

Private Attributes

fs::path m_path
 

Detailed Description

RAII class that creates a temporary database directory in its constructor and removes it in its destructor.

Definition at line 3197 of file blockchain.cpp.

Constructor & Destructor Documentation

◆ TemporaryUTXODatabase()

TemporaryUTXODatabase::TemporaryUTXODatabase ( const fs::path path)
inline

Definition at line 3201 of file blockchain.cpp.

◆ ~TemporaryUTXODatabase()

TemporaryUTXODatabase::~TemporaryUTXODatabase ( )
inline

Definition at line 3204 of file blockchain.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ m_path

fs::path TemporaryUTXODatabase::m_path
private

Definition at line 3199 of file blockchain.cpp.


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