26#include "antares/study-loader/IStudyLoader.h"
58 [[nodiscard]] std::unique_ptr<Antares::Data::Study>
load()
const override;
61 std::string study_path_;
A class to load studies from the file tree.
Definition FileTreeStudyLoader.h:44
std::unique_ptr< Antares::Data::Study > load() const override
Loads a study from the file tree.
Definition FileTreeStudyLoader.cpp:36
The IStudyLoader class is an interface for loading studies.
Definition IStudyLoader.h:39