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

Defines a generic interface to query and log parameter blocks. More...

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

Go to the source code of this file.

Classes

class  IBlockProvider< T, U >
 Generic interface for providing information about parameter blocks. More...
 

Detailed Description

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:

  • test the existence of a given block,
  • log the list of available blocks for a given type,
  • log the content of a specific block.

Definition in file IBlockProvider.h.