OdbDesignLib
OdbDesign ODB++ Parsing Library
ISaveable.h
1
#pragma once
2
3
#include <filesystem>
4
#include "../odbdesign_export.h"
5
6
namespace
Odb::Lib::FileModel
7
{
8
class
ODBDESIGN_EXPORT
ISaveable
9
{
10
public
:
11
virtual
bool
Save(
const
std::filesystem::path& directory) = 0;
12
13
protected
:
14
ISaveable
() =
default
;
15
};
16
}
Odb::Lib::FileModel::ISaveable
Definition:
ISaveable.h:9
OdbDesignLib
FileModel
ISaveable.h
Generated by
1.9.1