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

Interface for read-only access to a mapping database of parameters. More...

#include <unordered_map>
#include <string>
#include <memory>
#include <optional>
#include "IParamMappingSource.h"
Include dependency graph for IMappingDatabaseAdapter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMappingDatabaseAdapter
 Abstract view of a parameter mapping database. More...
 

Detailed Description

Interface for read-only access to a mapping database of parameters.

This abstraction sits on top of some persistence mechanism (file-backed, in-memory, SQL, etc.) and exposes an API in terms of InterpretedParam objects.

Definition in file IMappingDatabaseAdapter.h.