![]() |
MDBX Containers
|
Declares the Transaction class, a wrapper for managing MDBX transactions. More...
Go to the source code of this file.
Classes | |
class | mdbxc::Transaction |
Manages MDBX transactions with automatic cleanup and error handling. More... | |
Namespaces | |
namespace | mdbxc |
Macros | |
#define | _MDBX_CONTAINERS_TRANSACTION_HPP_INCLUDED |
Enumerations | |
enum class | mdbxc::TransactionMode { mdbxc::READ_ONLY , mdbxc::WRITABLE } |
Specifies the access mode of a transaction. More... | |
Declares the Transaction class, a wrapper for managing MDBX transactions.
Definition in file Transaction.hpp.
#define _MDBX_CONTAINERS_TRANSACTION_HPP_INCLUDED |
Definition at line 3 of file Transaction.hpp.