Lbug C++ API
Loading...
Searching...
No Matches
database_lifecycle_manager.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
lbug
{
4
namespace
common
{
5
struct
DatabaseLifeCycleManager
{
6
bool
isDatabaseClosed
=
false
;
7
void
checkDatabaseClosedOrThrow
()
const
;
8
};
9
}
// namespace common
10
}
// namespace lbug
lbug::common
Definition
array_utils.h:7
lbug
Definition
array_utils.h:7
lbug::common::DatabaseLifeCycleManager
Definition
database_lifecycle_manager.h:5
lbug::common::DatabaseLifeCycleManager::isDatabaseClosed
bool isDatabaseClosed
Definition
database_lifecycle_manager.h:6
lbug::common::DatabaseLifeCycleManager::checkDatabaseClosedOrThrow
void checkDatabaseClosedOrThrow() const
headers
database_lifecycle_manager.h
Generated by
1.14.0