Antares Simulator
Power System Simulator
Antares::IStudyLoader Class Referenceabstract

The IStudyLoader class is an interface for loading studies. More...

#include <IStudyLoader.h>

Inheritance diagram for Antares::IStudyLoader:
Antares::FileTreeStudyLoader InMemoryStudyLoader

Public Member Functions

virtual std::unique_ptr< Antares::Data::Studyload () const =0
 The load method is used to load a study. More...
 

Detailed Description

The IStudyLoader class is an interface for loading studies.

It declares the load method.

Member Function Documentation

◆ load()

virtual std::unique_ptr<Antares::Data::Study> Antares::IStudyLoader::load ( ) const
pure virtual

The load method is used to load a study.

Returns
A shared pointer to a Study object.

Implemented in InMemoryStudyLoader, and Antares::FileTreeStudyLoader.


The documentation for this class was generated from the following file: