|
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. More... | |
The IStudyLoader class is an interface for loading studies.
It declares the load method.
|
pure virtual |
The load method is used to load a study.
Implemented in InMemoryStudyLoader, and Antares::FileTreeStudyLoader.