|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Abstract interface for writing data into an object. More...
#include <IDataWriter.h>
Public Member Functions | |
| virtual void | write (T dest, P src)=0 |
| Write data from BlockAccessor into a DBNode. | |
| virtual | ~IDataWriter ()=default |
| Virtual destructor. | |
Abstract interface for writing data into an object.
| T | Type of object into which the data will be written. |
| P | Type of object from which the data will be written. |
Definition at line 54 of file IDataWriter.h.
|
virtualdefault |
Virtual destructor.
|
pure virtual |
Write data from BlockAccessor into a DBNode.
| dest | the destination object. |
| src | src object (BlockAccessor). |
Implemented in FileWriter, and ParamBlockWriter.