Electroneum
Loading...
Searching...
No Matches
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)
db_txn_guard(BlockchainDB *db, bool readonly)
#define true
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:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/blockchain_db/blockchain_db.h