|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Base type for lightweight configuration structures. More...

Go to the source code of this file.
Classes | |
| struct | AbstractConfig |
| Polymorphic base class for configuration types. More... | |
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.