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

Minimal interface for querying core framework state in a type-safe way. More...

Go to the source code of this file.

Classes

class  ICoreAPI< T >
 Generic interface returning a single value of type T from the core. More...
 

Detailed Description

Minimal interface for querying core framework state in a type-safe way.

This header defines ICoreAPI, a small generic interface used to expose a single "core" value from the framework (e.g. current Model, a boolean flag, etc.).

Implementations typically wrap higher-level façade classes such as HyperisoMaster to avoid exposing low-level singletons (e.g. MemoryManager) directly to clients.

Template Parameters
TType returned by the API (e.g., Model, bool).

Definition in file ICoreAPI.h.