Antares Simulator
Power System Simulator
|
The IStudyLoader class is an interface for loading studies. More...
#include <IStudyLoader.h>
Public Member Functions | |
virtual std::unique_ptr< Antares::Data::Study > | load () const =0 |
The load method is used to load a study. | |
The IStudyLoader class is an interface for loading studies.
It declares the load method.
|
nodiscardpure virtual |
The load method is used to load a study.
Implemented in Antares::FileTreeStudyLoader, and InMemoryStudyLoader.