Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
IUserParameterProxy< T, V > Class Template Referenceabstract

#include <IUserParameterProxy.h>

Public Member Functions

virtual std::optional< double > get_value (T block, V id)=0
 
virtual void set_value (T block, V id, double val)=0
 

Detailed Description

template<typename T, typename V>
class IUserParameterProxy< T, V >

Definition at line 7 of file IUserParameterProxy.h.

Member Function Documentation

◆ get_value()

template<typename T , typename V >
virtual std::optional< double > IUserParameterProxy< T, V >::get_value ( T  block,
V  id 
)
pure virtual

Implemented in UserParameterProxy.

◆ set_value()

template<typename T , typename V >
virtual void IUserParameterProxy< T, V >::set_value ( T  block,
V  id,
double  val 
)
pure virtual

Implemented in UserParameterProxy.


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