Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
lmdb_db_transaction.hpp
Go to the documentation of this file.
1#pragma once
3
4namespace bb::lmdblib {
5
6/*
7 * RAII wrapper to construct a transaction for the purpose of creating/opening a database
8 */
23
24} // namespace bb::lmdblib
LMDBDatabaseCreationTransaction & operator=(LMDBDatabaseCreationTransaction &&other)=delete
std::unique_ptr< LMDBDatabaseCreationTransaction > Ptr
LMDBDatabaseCreationTransaction & operator=(const LMDBDatabaseCreationTransaction &other)=delete
LMDBDatabaseCreationTransaction(const LMDBDatabaseCreationTransaction &other)=delete
LMDBDatabaseCreationTransaction(LMDBDatabaseCreationTransaction &&other)=delete
std::shared_ptr< LMDBEnvironment > SharedPtr
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13