Antares Simulator
Power System Simulator
Loading...
Searching...
No Matches
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.
 

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
nodiscardpure virtual

The load method is used to load a study.

Returns
A shared pointer to a Study object.

Implemented in Antares::FileTreeStudyLoader, and InMemoryStudyLoader.


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