#include <IO/deprecated/FileManager.hpp>
|
| FileManager ()=default |
| CONSTRUCTOR.
|
|
virtual | ~FileManager ()=default |
| DESTRUCTOR.
|
|
bool | load (const std::string &filename, DATA &data, const bool SAVE_LOG_FILE=false) |
| INTERFACE.
|
|
bool | save (const std::string &filename, const DATA &data, const bool SAVE_LOG_FILE=false) |
|
std::string | log () const |
| LOG.
|
|
template<typename DATA, bool Binary = false>
class Ra::IO::FileManager< DATA, Binary >
The class FileManager gives the base common interface for handling loading/storing data from/to files.
- Warning
- will be removed once integration of file saving is done in new IO, see https://github.com/STORM-IRIT/Radium-Engine/issues/362
- Todo
- reimplement in IO
- Deprecated
- see https://github.com/STORM-IRIT/Radium-Engine/issues/362
Definition at line 18 of file FileManager.hpp.
◆ LogEntryType
template<typename DATA , bool Binary = false>
◆ addLogEntry() [1/2]
template<typename DATA , bool Binary>
◆ addLogEntry() [2/2]
template<typename DATA , bool Binary>
◆ addLogErrorEntry()
template<typename DATA , bool Binary>
◆ addLogWarningEntry()
template<typename DATA , bool Binary>
◆ fileExtension()
template<typename DATA , bool Binary = false>
◆ load()
template<typename DATA , bool Binary>
◆ log()
template<typename DATA , bool Binary>
◆ save()
template<typename DATA , bool Binary>
The documentation for this class was generated from the following file:
- /home/runner/work/Radium-Engine/Radium-Engine/src/Radium-Engine/src/IO/deprecated/FileManager.hpp