LibrePCB Developers Documentation
|
#include <sqlitedatabase.h>
Public Member Functions | |
TransactionScopeGuard ()=delete | |
TransactionScopeGuard (const TransactionScopeGuard &other)=delete | |
TransactionScopeGuard (SQLiteDatabase &db) | |
~TransactionScopeGuard () noexcept | |
void | commit () |
TransactionScopeGuard & | operator= (const TransactionScopeGuard &rhs)=delete |
Private Attributes | |
SQLiteDatabase & | mDb |
bool | mIsCommited |
|
delete |
|
delete |
TransactionScopeGuard | ( | SQLiteDatabase & | db | ) |
|
noexcept |
void commit | ( | ) |
|
delete |
|
private |
|
private |