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

Minimal observable-layer "core API" concept. More...

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

Go to the source code of this file.

Classes

class  IObsCoreAPI< T >
 

Detailed Description

Minimal observable-layer "core API" concept.

This interface is used as a generic adapter to expose small pieces of global runtime state to the observable/business layer (e.g. flags, selected model, feature toggles).

It is intentionally minimal: a single getter.

Template Parameters
TType returned by the API (bool, enum, string, ...).
See also
ObsUseMarty

Definition in file IObsCoreAPI.h.