Electroneum
cryptonote::db_rtxn_guard Class Reference

#include <blockchain_db.h>

Inheritance diagram for cryptonote::db_rtxn_guard:
Collaboration diagram for cryptonote::db_rtxn_guard:

Public Member Functions

 db_rtxn_guard (BlockchainDB *db)
 
- Public Member Functions inherited from cryptonote::db_txn_guard
 db_txn_guard (BlockchainDB *db, bool readonly)
 
virtual ~db_txn_guard ()
 
void stop ()
 
void abort ()
 

Detailed Description

Definition at line 1859 of file blockchain_db.h.

Constructor & Destructor Documentation

◆ db_rtxn_guard()

cryptonote::db_rtxn_guard::db_rtxn_guard ( BlockchainDB db)
inline

Definition at line 1859 of file blockchain_db.h.

1859 : public db_txn_guard { public: db_rtxn_guard(BlockchainDB *db): db_txn_guard(db, true) {} };
db_rtxn_guard(BlockchainDB *db)
return true
db_txn_guard(BlockchainDB *db, bool readonly)
Here is the call graph for this function:
Here is the caller graph for this function:

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