Scorum
Classes | Namespaces | Functions
db_with.hpp File Reference
#include <scorum/chain/database/database.hpp>

Go to the source code of this file.

Classes

struct  scorum::chain::detail::skip_flags_restorer
 
struct  scorum::chain::detail::pending_transactions_restorer
 

Namespaces

 scorum
 
 scorum::chain
 
 scorum::chain::detail
 

Functions

template<typename Lambda >
void scorum::chain::detail::with_skip_flags (database &db, uint32_t skip_flags, Lambda callback)
 
template<typename Lambda >
void scorum::chain::detail::without_pending_transactions (database &db, std::vector< signed_transaction > &&pending_transactions, Lambda callback)