Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
ICoreAPI.h
Go to the documentation of this file.
1#ifndef ICORE_API_H
2#define ICORE_API_H
3
23template <typename T>
24class ICoreAPI{
25public:
26 virtual ~ICoreAPI() = default;
27
33 inline virtual T get() = 0;
34};
35
36#endif
Generic interface returning a single value of type T from the core.
Definition ICoreAPI.h:30
virtual T get()=0
Returns the current state value.
virtual ~ICoreAPI()=default
double T(double x)
Wilson coefficient T(x).