|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
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... | |
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.
| T | Type returned by the API (e.g., Model, bool). |
Definition in file ICoreAPI.h.