|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Defines a generic interface to query and log parameter blocks. More...

Go to the source code of this file.
Classes | |
| class | IBlockProvider< T, U > |
| Generic interface for providing information about parameter blocks. More... | |
Defines a generic interface to query and log parameter blocks.
This file declares the template interface IBlockProvider, which is meant to be specialized for different block “types” (e.g. ParameterType) and block-name types (e.g. std::string). Concrete implementations (such as BlockProvider) typically delegate to Parameters / BlockAccessor to:
Definition in file IBlockProvider.h.