Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
IWilsonBuilder< ConfigType, ProviderType > Class Template Referenceabstract

#include <IWilsonBuilder.h>

Public Member Functions

virtual ~IWilsonBuilder ()=default
 
virtual void build (ConfigType)=0
 
virtual void add (ConfigType)=0
 
virtual std::shared_ptr< ProviderType > get_wilson_provider ()=0
 

Detailed Description

template<typename ConfigType, typename ProviderType>
class IWilsonBuilder< ConfigType, ProviderType >

Definition at line 8 of file IWilsonBuilder.h.

Constructor & Destructor Documentation

◆ ~IWilsonBuilder()

template<typename ConfigType , typename ProviderType >
virtual IWilsonBuilder< ConfigType, ProviderType >::~IWilsonBuilder ( )
virtualdefault

Member Function Documentation

◆ add()

template<typename ConfigType , typename ProviderType >
virtual void IWilsonBuilder< ConfigType, ProviderType >::add ( ConfigType  )
pure virtual

Implemented in WilsonBuilder.

◆ build()

template<typename ConfigType , typename ProviderType >
virtual void IWilsonBuilder< ConfigType, ProviderType >::build ( ConfigType  )
pure virtual

Implemented in WilsonBuilder.

◆ get_wilson_provider()

template<typename ConfigType , typename ProviderType >
virtual std::shared_ptr< ProviderType > IWilsonBuilder< ConfigType, ProviderType >::get_wilson_provider ( )
pure virtual

Implemented in WilsonBuilder.


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