Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
AbstractConfig.h File Reference

Base type for lightweight configuration structures. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  AbstractConfig
 Polymorphic base class for configuration types. More...
 

Detailed Description

Base type for lightweight configuration structures.

This header defines the AbstractConfig base struct, from which all configuration POD-like types (such as WilsonBuildConfig, WilsonRequest, AlphasConfig, MassConfig, etc.) inherit.

The main purpose of this type is to provide a common polymorphic base with a virtual destructor, ensuring that configuration objects can be handled via base-class pointers and safely destroyed.

Definition in file AbstractConfig.h.