Hyperiso
1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
IDataWriter.h
Go to the documentation of this file.
1
#ifndef IDATAWRITER_H
2
#define IDATAWRITER_H
3
4
#include <memory>
5
#include <filesystem>
6
43
namespace
fs = std::filesystem;
44
53
template
<
typename
T,
typename
P>
54
class
IDataWriter
{
55
public
:
56
63
virtual
void
write
(
T
dest, P src) = 0;
64
68
virtual
~IDataWriter
() =
default
;
69
};
70
71
#endif
// IDATAWRITER_H
IDataWriter
Abstract interface for writing data into an object.
Definition
IDataWriter.h:54
IDataWriter::~IDataWriter
virtual ~IDataWriter()=default
Virtual destructor.
IDataWriter::write
virtual void write(T dest, P src)=0
Write data from BlockAccessor into a DBNode.
T
double T(double x)
Wilson coefficient T(x).
Definition
special_SM.cpp:866
Hyperiso
core
src
Core
ports
IDataWriter.h
Generated by
1.9.8