xale-db
1.0
minimal SQL engine, written in c++
Loading...
Searching...
No Matches
IStorageEngine.h
Go to the documentation of this file.
1
#ifndef STORAGE_I_STORAGE_ENGINE_H
2
#define STORAGE_I_STORAGE_ENGINE_H
3
4
#include "
Storage/IFileManager.h
"
5
6
namespace
Xale::Storage
7
{
11
class
IStorageEngine
12
{
13
public
:
14
virtual
bool
startup
() = 0;
15
virtual
void
shutdown
() = 0;
16
};
17
}
18
19
#endif
// STORAGE_I_STORAGE_ENGINE_H
IFileManager.h
Xale::Storage::IStorageEngine
Interface for storage engine operations.
Definition
IStorageEngine.h:12
Xale::Storage::IStorageEngine::shutdown
virtual void shutdown()=0
Xale::Storage::IStorageEngine::startup
virtual bool startup()=0
Xale::Storage
Definition
BinaryFileManager.h:13
include
Storage
IStorageEngine.h
Generated by
1.16.1