26 #include <yuni/core/string.h>
28 #include "antares/writer/i_writer.h"
30 namespace Antares::Solver
38 void addEntryFromBuffer(
const std::filesystem::path& entryPath,
39 std::string& entryContent)
override;
40 void addEntryFromFile(
const std::filesystem::path& entryPath,
41 const std::filesystem::path& filePath)
override;
42 void flush()
override;
43 bool needsTheJobQueue()
const override;
44 void finalize(
bool verbose)
override;
47 const std::filesystem::path pOutputFolder;
Definition: i_writer.h:32