|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Abstract interface for loading data into an object. More...
#include <IDataLoader.h>
Public Member Functions | |
| virtual void | load (std::shared_ptr< T > dest, fs::path src_file, bool block_in_blocks=false)=0 |
| Loads data from a file into a destination object. | |
| virtual | ~IDataLoader ()=default |
| Virtual destructor. | |
Abstract interface for loading data into an object.
| T | Type of object into which the data will be loaded. |
Definition at line 60 of file IDataLoader.h.
|
virtualdefault |
Virtual destructor.
|
pure virtual |
Loads data from a file into a destination object.
| dest | Shared pointer to the destination object. |
| src_file | Path to the source file to load from. |
Implemented in ParamBlockLoader, and CorrelationLoader< T >.